From 09a1f80b6aeac10283895b1d584717ef2e4fc83c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 8 Jun 2012 19:30:23 +0100 Subject: [PATCH] Show primary character instead of username --- app/hr/templates/hr/applications/admin/view_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hr/templates/hr/applications/admin/view_list.html b/app/hr/templates/hr/applications/admin/view_list.html index 46ee0a4..a823f85 100644 --- a/app/hr/templates/hr/applications/admin/view_list.html +++ b/app/hr/templates/hr/applications/admin/view_list.html @@ -32,7 +32,7 @@ {{ app.corporation }} {{ app.get_status_display }} {{ app.last_action.date }} - {{ app.last_action.user }} + {{ app.last_action.user.profile.all.0.primary_character }} {% endfor %}