Add duplicate detection

This commit is contained in:
sqozz
2017-12-29 00:31:28 +01:00
parent 88b9a32b5f
commit 2256e6f2de
2 changed files with 19 additions and 8 deletions

View File

@ -13,7 +13,7 @@ vim: ts=2 noexpandtab
{% for error in errors %}
<div class="alert alert-danger alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<span class="message">{{ error }}</span>
<span class="message">{{ error|safe }}</span>
</div>
{% endfor %}
{% endif %}