mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Override form_errors.html without "dismiss" icon (see #143)
This commit is contained in:
5
src/pretix/base/templates/bootstrap3/form_errors.html
Normal file
5
src/pretix/base/templates/bootstrap3/form_errors.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="alert alert-danger">
|
||||
{% for error in errors %}
|
||||
{{ error }}{% if not forloop.last %}<br>{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user