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_client.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/registration/base_client.html') 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