ponytracker/templates/emails/new_issue.html
2014-09-29 23:42:25 +02:00

8 lines
126 B
HTML

{% if description %}
{{ description|safe }}
{% else %}
No description.
{% endif %}
--
Comment it on PonyTracker: {{ uri }}