app/soc/templates/soc/request/list/row.html
changeset 3048 b89af35c74d3
parent 2674 d3e9ea65e3ab
child 3060 cb99e94dd73c
--- a/app/soc/templates/soc/request/list/row.html	Sun Oct 25 16:27:49 2009 -0700
+++ b/app/soc/templates/soc/request/list/row.html	Sun Oct 25 16:28:43 2009 -0700
@@ -3,11 +3,11 @@
 <tr class="off" onmouseover="this.className='on'; do_redirect=true" onmouseout="this.className='off'" 
 onclick="if (do_redirect) document.location.href='{{ list.redirect }}'" name="name">
   <td align="right"><div class="role"><a class="noul"
-         href="{{ list.redirect }}">{{ list.item.role_verbose }}</a>
+         href="{{ list.redirect }}">{{ list.item.role }}</a>
      </div>
   </td>
-  <td><div class="user_link_id">{% as_user list.item.link_id %}</div></td>
-  <td><div class="for">{{ list.item.scope.name }}</div></td>
+  <td><div class="user">{% as_user list.item.user.link_id %}</div></td>
+  <td><div class="for">{{ list.item.group.name }}</div></td>
   <td><div class="status">{{ list.item.status }}</div></td>
   <td><div class="created">{{ list.item.created_on|date:"jS F Y H:i" }}</div></td>
 </tr>