do not escape emails content

This commit is contained in:
Élie Bouttier 2014-09-29 23:42:25 +02:00
parent 36ac660fa5
commit 89ef2bc7ee
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{{ comment }} {{ comment|safe }}
-- --
Respond on PonyTracker: {{ uri }} Respond on PonyTracker: {{ uri }}

View file

@ -1,5 +1,5 @@
{% if description %} {% if description %}
{{ description }} {{ description|safe }}
{% else %} {% else %}
No description. No description.
{% endif %} {% endif %}