Remove unnecessary userid column. Users know their userid, admins
authorMagnus Hagander <magnus@hagander.net>
Thu, 30 Jul 2009 17:53:30 +0000 (19:53 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 30 Jul 2009 17:53:30 +0000 (19:53 +0200)
use the admin interface for that...

hamnadmin/register/templates/index.html

index 4e6b337eaf9f6ae072898845a6e909856a5ce666..04e1e21bb24115c98a5c1544af06f56a571f784a 100644 (file)
@@ -12,7 +12,6 @@ We have the following blog(s) registered:
 </p>
 <table border="1" cellspacing="0" cellpadding="1">
 <tr>
- <th>Userid</th>
  <th>Name</th>
  <th>Approved</th>
  <th>Feed URL/Blog URL</th>
@@ -20,7 +19,6 @@ We have the following blog(s) registered:
 </tr>
 {%for blog in blogs%}
 <tr valign="top">
- <td>{{blog.userid}}<br/>{{blog.email}}</td>
  <td>{{blog.name}}</td>
  <td>{{blog.approved|yesno:"Yes,No"}}</td>
  <td>Feed: <a href="{{blog.feedurl}}">{{blog.feedurl}}</a><br/>Blog: <a href="{{blog.blogurl}}">{{blog.blogurl}}</a><br/>