summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/field_errors_block.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/layout/field_errors_block.html')
-rw-r--r--templates/w3/layout/field_errors_block.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/w3/layout/field_errors_block.html b/templates/w3/layout/field_errors_block.html
deleted file mode 100644
index e788b79..0000000
--- a/templates/w3/layout/field_errors_block.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% if form_show_errors and field.errors %}
- {% for error in field.errors %}
- <p id="error_{{ forloop.counter }}_{{ field.auto_id }}" class="invalid-feedback"><strong>{{ error }}</strong></p>
- {% endfor %}
-{% endif %}