From 0ca672902607074163fdbda186d8e916b63c50a3 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 30 Jul 2009 19:53:30 +0200 Subject: [PATCH] Remove unnecessary userid column. Users know their userid, admins use the admin interface for that... --- hamnadmin/register/templates/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/hamnadmin/register/templates/index.html b/hamnadmin/register/templates/index.html index 4e6b337..04e1e21 100644 --- a/hamnadmin/register/templates/index.html +++ b/hamnadmin/register/templates/index.html @@ -12,7 +12,6 @@ We have the following blog(s) registered:

- @@ -20,7 +19,6 @@ We have the following blog(s) registered: {%for blog in blogs%} -
Userid Name Approved Feed URL/Blog URL
{{blog.userid}}
{{blog.email}}
{{blog.name}} {{blog.approved|yesno:"Yes,No"}} Feed: {{blog.feedurl}}
Blog: {{blog.blogurl}}
-- 2.39.5