Improve look of forms

This commit is contained in:
R. Miles McCain 2020-04-15 17:38:18 -04:00
parent 7959c56c2b
commit 02d3241f6b
No known key found for this signature in database
GPG Key ID: 91CB47BDDF2671A5

View File

@ -1,5 +1,5 @@
{% if form.non_field_errors %}
<aside class="aside ~critical content">
<aside class="aside ~critical content mb-4">
{% for non_field_error in form.non_field_errors %}
<p>{{ non_field_error }}</p>
{% endfor %}