From 0f951dcf029d4af284467543a3afdf5bf6581a20 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 23 Apr 2024 11:16:38 +0100 Subject: switched to Django --- templates/w3/uni_form.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/w3/uni_form.html (limited to 'templates/w3/uni_form.html') 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 %} -- cgit v1.2.3