|
|
|
@ -195,6 +195,15 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% for content in course.content.all %} |
|
|
|
|
|
|
|
<div class="section section_border"> |
|
|
|
|
|
|
|
<div class="section__center center center_sm"> |
|
|
|
|
|
|
|
{% with template="course/content/"|add:content.ctype|add:".html" %} |
|
|
|
|
|
|
|
{% include template %} |
|
|
|
|
|
|
|
{% endwith %} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endfor %} |
|
|
|
{% if user.is_authenticated %} |
|
|
|
{% if user.is_authenticated %} |
|
|
|
<div class="section"> |
|
|
|
<div class="section"> |
|
|
|
<div class="section__center center center_sm"> |
|
|
|
<div class="section__center center center_sm"> |
|
|
|
|