From ee8791a87bc42570689a74bdf5b4abec1d93344a Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Wed, 27 Apr 2022 21:56:26 +0200 Subject: multiuser logout support --- templates/registration/base_admin.html | 3 +-- templates/registration/base_client.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'templates/registration') diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index c24255b..edc3bae 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -95,7 +95,7 @@
  • listLista documenti
  • {% endif %} -
  • exit_to_appLogout
  • +
  • exit_to_appLogout
  • @@ -105,7 +105,6 @@
  • {{username}}
  • {% endif %} {% endfor %} -
  • person_addAggiungi un altro utente
  • diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index c2483b8..c4e62b6 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -119,7 +119,7 @@
  • listLista documenti
  • {% endif %} -
  • exit_to_appLogout
  • +
  • exit_to_appLogout
  • @@ -129,7 +129,6 @@
  • {{username}}
  • {% endif %} {% endfor %} -
  • person_addAggiungi un altro utente
  • -- cgit v1.2.1