# HG changeset patch # User Lennard de Rijk # Date 1248459455 -7200 # Node ID d3e9ea65e3ab2d3dc913e2795b8e8c051457ef7a # Parent cecb3a66952787cf9b1ae4c0ffb52b7499871f7b Tables listing Requests now show the name of the Group the request is for/from. diff -r cecb3a669527 -r d3e9ea65e3ab 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 @@ -
{{ list.item.scope_path }}
+
{{ list.item.scope.name }}
{{ list.item.status }}
{{ list.item.created_on|date:"jS F Y H:i" }}