Link to moderation admin view
authorMagnus Hagander <magnus@hagander.net>
Mon, 15 Feb 2016 16:55:41 +0000 (17:55 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 15 Feb 2016 16:55:48 +0000 (17:55 +0100)
Don't encourage using the django admin view.

hamnadmin/hamnadmin/register/templates/moderate.html

index 39b9230a313d6717f3c8d89aae608431b6a46ae9..a102e18eedcb2c052436b54d37bc37d2a8861415 100644 (file)
 </div>
 {%endfor%}
 
-<h2>Full admin</h2>
-<p>Normal moderation shouldn't need it, but just in case - here it is!</p>
-<a class="btn btn-default" href="/register/admin/">Full admin</a>
+<h2>Admin</h2>
+<p>
+Since you are a moderator, you can view all approved feeds as well, in the admin view.
+</p>
+<p><a class="btn btn-default" href="/register/?admin=1">Admin view</a></p>
+<p>
+You should normally never need to use the backend "django admin" interface. But we keep
+it around for the special cases...
+</p>
+<p><a class="btn btn-default" href="/register/admin/">Django admin</a></p>
 
 
 {%endblock%}