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/field_file.html | 52 ------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 templates/w3/layout/field_file.html (limited to 'templates/w3/layout/field_file.html') diff --git a/templates/w3/layout/field_file.html b/templates/w3/layout/field_file.html deleted file mode 100644 index f58268a..0000000 --- a/templates/w3/layout/field_file.html +++ /dev/null @@ -1,52 +0,0 @@ -{% load crispy_forms_field %} - -
-{% for widget in field.subwidgets %} -{% if widget.data.is_initial %} -
-
- {{ widget.data.initial_text }} -
-
- - {{ field.value }} - - {% if not widget.data.required %} - - - - - - - {% endif %} -
-
-
-
- {{ widget.data.input_text }} -
-{% endif %} -
- - - -
- {% if not widget.data.is_initial %} - {% include 'w3/layout/help_text_and_errors.html' %} - {% endif %} -{% if widget.data.is_initial %} -
-
-{% include 'w3/layout/help_text_and_errors.html' %} -
-{% endif %} -{% endfor %} -
-- cgit v1.2.3