From e07b3a46efa392c63fda427cd61c98e2e24d4715 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Fri, 15 Nov 2024 13:13:00 +0100 Subject: fix some layout issues with user edit --- accounts/templates/accounts/user_edit.html | 228 ++++++++++++++--------------- version.txt | 2 +- 2 files changed, 109 insertions(+), 121 deletions(-) diff --git a/accounts/templates/accounts/user_edit.html b/accounts/templates/accounts/user_edit.html index a2d0b3b..23ae9dd 100644 --- a/accounts/templates/accounts/user_edit.html +++ b/accounts/templates/accounts/user_edit.html @@ -20,94 +20,88 @@
-
- - - - {% csrf_token %} -
-
- - - -
-
- - - -
-
- - - -
-
-
-
- - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - -
-
- - -
-
- - -
-
- + + + + {% csrf_token %} +
+ + + +
+
+ + + +
+
+ + + +
+
+ + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + +
+
+ + +
+
+ + +
+
@@ -263,44 +257,38 @@
Allegati
-
-
- Certificato di vacinazione -
-
- file_uploadFile - -
-
- -
-
- {% if vac_certificate != ''%} - file_downloadDownload - deleteElimina - {% endif %} + Certificato di vacinazione +
+
+ file_uploadFile + +
+
+
+ {% if vac_certificate != ''%} + file_downloadDownload + deleteElimina + {% endif %}
+
+
-
-
- Tessera cassa malati -
-
- file_uploadFile - -
-
- -
-
- {% if health_care_certificate != ''%} - file_downloadDownload - deleteElimina - {% endif %} + Tessera cassa malati +
+
+ file_uploadFile + +
+
+
+ {% if health_care_certificate != ''%} + file_downloadDownload + deleteElimina + {% endif %}
diff --git a/version.txt b/version.txt index 3253421..57da001 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ version=0.7 -rev=30 +rev=31 -- cgit v1.2.1