summaryrefslogtreecommitdiffstats
path: root/templates/w3/uni_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/uni_form.html')
-rw-r--r--templates/w3/uni_form.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/w3/uni_form.html b/templates/w3/uni_form.html
deleted file mode 100644
index 6b63a3f..0000000
--- a/templates/w3/uni_form.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% load crispy_forms_utils %}
-
-{% specialspaceless %}
- {% if include_media %}{{ form.media }}{% endif %}
- {% if form_show_errors %}
- {% include "w3/errors.html" %}
- {% endif %}
- {% for field in form %}
- {% include field_template %}
- {% endfor %}
-{% endspecialspaceless %}