Remove global superuser link
authorMagnus Hagander <magnus@hagander.net>
Mon, 16 Jul 2018 13:30:42 +0000 (15:30 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 16 Jul 2018 13:30:42 +0000 (15:30 +0200)
We should really never use this anymore, so get rid of it.

template/confreg/admin_dashboard.html

index 1175a33164f703365eb416b9b075d6b763df3e25..0142680c5e0f7dbb36ddd59746cf7aca64d106cc 100644 (file)
 </div>
 {%endif%}
 
-{%if user.is_superuser%}
-<p>
-Everything should normally be edited through interfaces above. For exceptional cases,
-there is still <a href="/admin/confreg/">main admin interface</a>.
-</p>
-{%endif%}
-
 {%endblock%}