From 0c3abefaca73d005300509a668f6efebdeb8d958 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 13 Jan 2011 16:36:16 +0000 Subject: [PATCH] Fixed the HR template to use the new character list location --- templates/hr/applications/view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index 38128e4..1f800ad 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -69,7 +69,7 @@ UserCharacterCorporationValid Recommendation {% for rec in app.recommendation_set.all %} {{ rec.user }} -{{ rec.user_character }} +{{ rec.user_character }} {{ rec.user_character.corporation }} {% if rec.is_valid %}Yes{% else %}No{% endif %} @@ -83,7 +83,7 @@ CharacterCorp / AllianceISKSPLinks {% for acc in app.user.eveaccount_set.all %} {% for char in acc.characters.all %} -{{ char.name }} +{{ char.name }} {{ char.corporation }}{% if char.corporation.alliance %} / {{ char.corporation.alliance }}{% endif %}