From aa3c716cd29a5d6fab969b50331bdd099cf0bc39 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 16 Jul 2018 15:30:42 +0200 Subject: [PATCH] Remove global superuser link We should really never use this anymore, so get rid of it. --- template/confreg/admin_dashboard.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/template/confreg/admin_dashboard.html b/template/confreg/admin_dashboard.html index 1175a33..0142680 100644 --- a/template/confreg/admin_dashboard.html +++ b/template/confreg/admin_dashboard.html @@ -57,11 +57,4 @@ {%endif%} -{%if user.is_superuser%} -

-Everything should normally be edited through interfaces above. For exceptional cases, -there is still main admin interface. -

-{%endif%} - {%endblock%} -- 2.39.5