Add duplicate detection
This commit is contained in:
@ -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">×</span></button>
|
||||
<span class="message">{{ error }}</span>
|
||||
<span class="message">{{ error|safe }}</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user