From ac2845b70d7e5a5ab0b9af0610910bc8e59a1fda Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Tue, 12 Nov 2024 15:53:42 +0100 Subject: add option to change to new css --- accounts/templates/accounts/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'accounts/templates') diff --git a/accounts/templates/accounts/index.html b/accounts/templates/accounts/index.html index 921cc81..aaba6a8 100644 --- a/accounts/templates/accounts/index.html +++ b/accounts/templates/accounts/index.html @@ -59,6 +59,33 @@ +
+
+ {% csrf_token %} + +
+
+
Opzioni di visualizzazione
+
+
+
+
+ Stile + +
+
+
+
+ +
+
+
+
{% endblock %} -- cgit v1.2.1