# HG changeset patch # User Lennard de Rijk # Date 1256577023 25200 # Node ID cb99e94dd73c5b07f5838b71884572cb33bbd167 # Parent 14421976288ac52940ba7a82a8276511eff15243 Request lists now show display name as well as the link id. Fixes Issue 375. 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" }}