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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/registration/base_admin.html') 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
  • -- cgit v1.2.1