diff options
Diffstat (limited to 'templates/w3/errors.html')
-rw-r--r-- | templates/w3/errors.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/w3/errors.html b/templates/w3/errors.html deleted file mode 100644 index db09490..0000000 --- a/templates/w3/errors.html +++ /dev/null @@ -1,8 +0,0 @@ -{% if form.non_field_errors %} - <div class="w3-red"> - {% if form_error_title %}<h4>{{ form_error_title }}</h4>{% endif %} - <ul> - {{ form.non_field_errors|unordered_list }} - </ul> - </div> -{% endif %} |