diff --git a/src/pretix/base/templates/bootstrap3/form_errors.html b/src/pretix/base/templates/bootstrap3/form_errors.html new file mode 100644 index 0000000000..02f42fb525 --- /dev/null +++ b/src/pretix/base/templates/bootstrap3/form_errors.html @@ -0,0 +1,5 @@ +
+ {% for error in errors %} + {{ error }}{% if not forloop.last %}
{% endif %} + {% endfor %} +