Merge pull request #151 from klemm89/develop

Updated the results template to allow links, with autoescape.
This commit is contained in:
Pep 2014-11-06 10:23:57 +01:00
commit 863ad3e30a
1 changed files with 2 additions and 0 deletions

View File

@ -3,7 +3,9 @@
{% for msg in messages %}
<div>
<p class="pull-left"><span class="label label-{{ msg.shortcode }}">{{ msg.shortcode }}</span></p>
{% autoescape false %}
<p class="offset1">{{ msg.message }}</p>
{% endautoescape %}
</div>
{% endfor %}
{% endif %}