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