Override form_errors.html without "dismiss" icon (see #143)

This commit is contained in:
Raphael Michel
2016-06-10 15:09:22 +02:00
parent ea7e94c98b
commit ff7085fba0

View File

@@ -0,0 +1,5 @@
<div class="alert alert-danger">
{% for error in errors %}
{{ error }}{% if not forloop.last %}<br>{% endif %}
{% endfor %}
</div>