diff options
Diffstat (limited to 'budget/templates/display_errors.html')
| -rw-r--r-- | budget/templates/display_errors.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/budget/templates/display_errors.html b/budget/templates/display_errors.html deleted file mode 100644 index 9e19605..0000000 --- a/budget/templates/display_errors.html +++ /dev/null @@ -1,5 +0,0 @@ -{% for field_name, field_errors in form.errors.items() if field_errors %} - {% for error in field_errors %} - <p class="alert alert-danger"><strong>{{ form[field_name].label.text }}:</strong> {{ error }}</p> - {% endfor %} -{% endfor %} |
