From fbd9bfbddd64da2d24104a55264b344b97c4d022 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Tue, 25 Jul 2023 11:36:32 +0200 Subject: delete uc --- accounts/templates/accounts/index.html | 338 +---------------------------- accounts/templates/accounts/user_edit.html | 36 +++ 2 files changed, 38 insertions(+), 336 deletions(-) (limited to 'accounts/templates') diff --git a/accounts/templates/accounts/index.html b/accounts/templates/accounts/index.html index 4eaa42e..6de7d1c 100644 --- a/accounts/templates/accounts/index.html +++ b/accounts/templates/accounts/index.html @@ -9,8 +9,10 @@ {% block toolbar %} @@ -25,345 +27,9 @@
-
-
-
-
-
- - - - {% csrf_token %} -
-
- - - -
-
- - - -
-
- - - -
-
-
-
- - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - -
-
- - - -
-
- - -
-
- - -
-
- -
-
-
-
-
-
-
-
-
-
-
Persona di contatto in caso di necessità
-
-
-
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - -
-
-
-
-
Assicurazione
-
-
-
-
- - - -
-
- - - -
-
- - - -
-
-
-
- È sostenitore REGA   - -
-
-
-
-
Medico di famiglia
-
-
- - - -
-
- - - -
-
- - - -
-
-
-
-
Scheda medica personale
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- Deve assumere regolarmente medicamenti   - -
-
-
-
-

In caso dovesse assumere farmaci, avvisare comunque i capi

-
-
-
-
- - -
-
- Informazioni particolari sullo stato di salute: (postumi di operazioni, incidenti, malattie, disturbi fisici)   - -
-
- - -
-
-
-
-
Allegati
-
-
-
-
- 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 %} -
-
-
-
- -
-
-
-
- {% if midata_enabled %} -
-
-
Collegamento con MiData
-
-
- {% if midata_user %} -
-
- Il tuo utente è già connesso a MiData -
- -
- {% else %} -
-
- Collega il tuo account con MiData per avere un login unico. Attenzione una volta collegato il - tuo account i dati presenti su MiData dovranno essere modificati sulla piattaforma stessa. -
-
- - {% endif %} - {% endif %}
Cambia password
diff --git a/accounts/templates/accounts/user_edit.html b/accounts/templates/accounts/user_edit.html index 21e3ed8..bbbbecd 100644 --- a/accounts/templates/accounts/user_edit.html +++ b/accounts/templates/accounts/user_edit.html @@ -307,6 +307,41 @@
+ + + +
+
+
+
+
+
+ Zona di pericolo +

Attenzione l'eliminazione non è reversibile. Eliminando la persona + tutti i documenti collegata ad essa verranno eliminati.


+ Elimina persona +
+
+
+
+
+
{% endblock %} @@ -364,6 +399,7 @@ $(document).ready(function() { $('.datepicker').datepicker(options); $('select').formSelect(); $('.tap-target').tapTarget(); + $('.modal').modal(); {% for error in errors %} M.toast({html: '{{ error }}', classes: 'orange'}) {% endfor %} -- cgit v1.2.1