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 %}