Tables listing Requests now show the name of the Group the request is for/from.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 24 Jul 2009 20:17:35 +0200
changeset 2674 d3e9ea65e3ab
parent 2673 cecb3a669527
child 2675 49cf6a8af70a
Tables listing Requests now show the name of the Group the request is for/from.
app/soc/templates/soc/request/list/row.html
--- a/app/soc/templates/soc/request/list/row.html	Fri Jul 24 20:13:40 2009 +0200
+++ b/app/soc/templates/soc/request/list/row.html	Fri Jul 24 20:17:35 2009 +0200
@@ -7,7 +7,7 @@
      </div>
   </td>
   <td><div class="user_link_id">{% as_user list.item.link_id %}</div></td>
-  <td><div class="for">{{ list.item.scope_path }}</div></td>
+  <td><div class="for">{{ list.item.scope.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>