Show blogs that don't have an attached user account in a differe color in the admin...
authorMagnus Hagander <magnus@hagander.net>
Tue, 18 Nov 2008 12:41:43 +0000 (12:41 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 18 Nov 2008 12:41:43 +0000 (12:41 +0000)
planetadmin/register/templates/index.html

index 1239f10383911f2babe4207897740a7ead8dcb5e..d923db00a59378f26343c7987a4d2bf71d7ea683 100644 (file)
@@ -23,7 +23,7 @@ We have the following blog(s) registered:
 </tr>
 {%for blog in blogs%}
 <tr valign="top" {%if user.is_superuser and not blog.approved%}bgcolor="red"{%endif%}>
- <td>{{blog.userid}}</td>
+ <td{%if not blog.userid %} bgcolor="red"{%endif%}>{{blog.userid}}</td>
  <td>{%if user.is_superuser %}
 <form method="post" action="modify/{{blog.id}}/">
 <input type="text" name="blogname" value="{{blog.name}}">