diff -r 14421976288a -r cb99e94dd73c app/soc/templates/soc/request/list/row.html --- a/app/soc/templates/soc/request/list/row.html Sun Oct 25 22:19:41 2009 -0700 +++ b/app/soc/templates/soc/request/list/row.html Mon Oct 26 10:10:23 2009 -0700 @@ -6,7 +6,7 @@ href="{{ list.redirect }}">{{ list.item.role }} -
{% as_user list.item.user.link_id %}
+
{{ list.item.user.name }} ({{ list.item.user.link_id }})
{{ list.item.group.name }}
{{ list.item.status }}
{{ list.item.created_on|date:"jS F Y H:i" }}