Merge branch 'feature/LIL-582' into 'master'

LIL-582

See merge request lilcity/backend!112
remotes/origin/hotfix/LIL-661
cfwme 8 years ago
commit a82a10627b
  1. 2
      apps/school/templates/school/livelesson_detail.html

@ -26,7 +26,7 @@
</div>
{% for content in livelesson.content.all %}
{% with template="course/content/"|add:content.ctype|add:".html" %}
{% with template="content/blocks/"|add:content.ctype|add:".html" %}
{% include template %}
{% endwith %}

Loading…
Cancel
Save