From 99b4e3bccd07c9b6d5eea64cb3bc0a4778298a73 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 15 Feb 2016 17:55:41 +0100 Subject: [PATCH] Link to moderation admin view Don't encourage using the django admin view. --- .../hamnadmin/register/templates/moderate.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/hamnadmin/hamnadmin/register/templates/moderate.html b/hamnadmin/hamnadmin/register/templates/moderate.html index 39b9230..a102e18 100644 --- a/hamnadmin/hamnadmin/register/templates/moderate.html +++ b/hamnadmin/hamnadmin/register/templates/moderate.html @@ -59,9 +59,16 @@ {%endfor%} -

Full admin

-

Normal moderation shouldn't need it, but just in case - here it is!

-Full admin +

Admin

+

+Since you are a moderator, you can view all approved feeds as well, in the admin view. +

+

Admin view

+

+You should normally never need to use the backend "django admin" interface. But we keep +it around for the special cases... +

+

Django admin

{%endblock%} -- 2.39.5