summaryrefslogtreecommitdiffstats
path: root/templates/w3/uni_form.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/w3/uni_form.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/w3/uni_form.html b/templates/w3/uni_form.html
new file mode 100644
index 0000000..6b63a3f
--- /dev/null
+++ b/templates/w3/uni_form.html
@@ -0,0 +1,11 @@
+{% 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 %}