From 370b16f4156ccdc9956dedc00e5dfb6106380d9d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 4 Sep 2024 12:07:17 +0100 Subject: UI changes - ripped out more w3 stuff - better login page template - redirects to home after successful login --- templates/w3/whole_uni_formset.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 templates/w3/whole_uni_formset.html (limited to 'templates/w3/whole_uni_formset.html') diff --git a/templates/w3/whole_uni_formset.html b/templates/w3/whole_uni_formset.html deleted file mode 100644 index ba40759..0000000 --- a/templates/w3/whole_uni_formset.html +++ /dev/null @@ -1,30 +0,0 @@ -{% load crispy_forms_tags %} -{% load crispy_forms_utils %} - -{% specialspaceless %} -{% if formset_tag %} -
-{% endif %} - {% if formset_method|lower == 'post' and not disable_csrf %} - {% csrf_token %} - {% endif %} - -
- {{ formset.management_form|crispy }} -
- - {% include "w3/errors_formset.html" %} - - {% for form in formset %} - {% include "w3/display_form.html" %} - {% endfor %} - - {% if inputs %} -
- {% for input in inputs %} - {% include "w3/layout/baseinput.html" %} - {% endfor %} -
- {% endif %} -{% if formset_tag %}
{% endif %} -{% endspecialspaceless %} -- cgit v1.2.3