]> git.parisson.com Git - mezzo.git/commitdiff
Fix a HTML characters encoding bug on topic detail template
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 3 Nov 2016 09:10:34 +0000 (10:10 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 3 Nov 2016 09:10:34 +0000 (10:10 +0100)
app/templates/magazine/topic/topic_detail.html

index b9f485048e701efb63915de8615b8a6eaba47230..2de177c693cde6372454876a526c1b966e182518 100644 (file)
@@ -48,7 +48,7 @@
                     {% if topic.description %}
                         {% editable topic.description %}
                             <div class="chapo">
-                                {{ topic.description }}
+                                {{ topic.description|safe }}
                             </div>
                         {% endeditable %}
                     {% endif %}