now that most of it is gone.
<th>Approved</th>
<th>Feed URL/Blog URL</th>
<th>Operations</th>
-{% if user.is_superuser %}
- <th>Admin</th>
-{%endif%}
</tr>
{%for blog in blogs%}
<tr valign="top">
Not approved yet.<br/>
{%endif%}
<a href="#" onClick="confirmDelete('{{blog.feedurl}}',{{blog.id}})">Delete blog</a>
-</td>
{%if user.is_superuser %}
-<td>
- <a href="discover/{{blog.id}}/">Discover metadata</a><br/>
+ <br/>
+ <nobr><a href="discover/{{blog.id}}/">Fetch metadata</a></nobr><br/>
</td>
{%endif%}
</tr>