do not escape emails content
This commit is contained in:
parent
36ac660fa5
commit
89ef2bc7ee
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ comment }}
|
||||
{{ comment|safe }}
|
||||
|
||||
--
|
||||
Respond on PonyTracker: {{ uri }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% if description %}
|
||||
{{ description }}
|
||||
{{ description|safe }}
|
||||
{% else %}
|
||||
No description.
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue