diff options
Diffstat (limited to 'templates/w3/errors_formset.html')
-rw-r--r-- | templates/w3/errors_formset.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/w3/errors_formset.html b/templates/w3/errors_formset.html deleted file mode 100644 index 0382973..0000000 --- a/templates/w3/errors_formset.html +++ /dev/null @@ -1,8 +0,0 @@ -{% if formset.non_form_errors %} - <div class="alert alert-block alert-danger"> - {% if formset_error_title %}<h4 class="alert-heading">{{ formset_error_title }}</h4>{% endif %} - <ul class="m-0"> - {{ formset.non_form_errors|unordered_list }} - </ul> - </div> -{% endif %} |