From 280b43711678966fa21994258acaa3fe758c9204 Mon Sep 17 00:00:00 2001 From: Halali Date: Fri, 2 Nov 2018 22:14:36 +0100 Subject: [PATCH] Add Logout to system tab --- views/system.tpl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/views/system.tpl b/views/system.tpl index b99903153..903074320 100644 --- a/views/system.tpl +++ b/views/system.tpl @@ -49,6 +49,10 @@
+ % from get_settings import get_auth_settings + % if get_auth_settings()[0] != 'None': +
+ % end