From c0af7ff751472a440c359deeb7cd0a8a6401d36d Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 30 Jul 2009 19:52:53 +0200 Subject: [PATCH] Remove separate admin column, fold it into the Operations one, now that most of it is gone. --- hamnadmin/register/templates/index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hamnadmin/register/templates/index.html b/hamnadmin/register/templates/index.html index 3ab42eb..4e6b337 100644 --- a/hamnadmin/register/templates/index.html +++ b/hamnadmin/register/templates/index.html @@ -17,9 +17,6 @@ We have the following blog(s) registered: Approved Feed URL/Blog URL Operations -{% if user.is_superuser %} - Admin -{%endif%} {%for blog in blogs%} @@ -38,10 +35,9 @@ Author Filter: Not approved yet.
{%endif%} Delete blog - {%if user.is_superuser %} - - Discover metadata
+
+ Fetch metadata
{%endif%} -- 2.39.5