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/layout/checkboxselectmultiple.html | 29 ------------------------- 1 file changed, 29 deletions(-) delete mode 100644 templates/w3/layout/checkboxselectmultiple.html (limited to 'templates/w3/layout/checkboxselectmultiple.html') diff --git a/templates/w3/layout/checkboxselectmultiple.html b/templates/w3/layout/checkboxselectmultiple.html deleted file mode 100644 index c943fc4..0000000 --- a/templates/w3/layout/checkboxselectmultiple.html +++ /dev/null @@ -1,29 +0,0 @@ -{% load crispy_forms_filters %} -{% load l10n %} - -
- - {% for group, options, index in field|optgroups %} - {% if group %}{{ group }}{% endif %} - {% for option in options %} -
- - - {% if field.errors and forloop.last and not inline_class and forloop.parentloop.last %} - {% include 'w3/layout/field_errors_block.html' %} - {% endif %} -
- {% endfor %} - {% endfor %} - {% if field.errors and inline_class %} -
- {# the following input is only meant to allow boostrap to render the error message as it has to be after an invalid input. As the input has no name, no data will be sent. #} - - {% include 'w3/layout/field_errors_block.html' %} -
- {% endif %} - - {% include 'w3/layout/help_text.html' %} -
-- cgit v1.2.3