add resource course views
This commit is contained in:
parent
cf31735e80
commit
bc2c64f3b8
11 changed files with 358 additions and 30 deletions
4
templates/course/home.html
Normal file
4
templates/course/home.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<h1> {{ title }} - Home </h1>
|
||||
<h2> About: {{ description }} </h2>
|
||||
|
||||
<a href="/courses/{{ course.pk }}-{{ course.slug }}/resource"> See course resource.</a>
|
Loading…
Add table
Add a link
Reference in a new issue