Allow html tags for text blocks

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 29af7886bc
commit 5e68f4cdfb
  1. 2
      apps/course/templates/course/content/imagetext.html
  2. 2
      apps/course/templates/course/content/text.html

@ -2,7 +2,7 @@
{{ content.title }}
</div>
<div class="content-block text">
{{ content.txt }}
{{ content.txt | safe }}
</div>
<div>
<img class="content-block pic" src="{{ content.img.image.url }}" alt="">

@ -2,5 +2,5 @@
{{ content.title }}
</div>
<div class="content-block text">
{{ content.txt }}
{{ content.txt | safe }}
</div>
Loading…
Cancel
Save