diff --git a/templates/sso/lookup/user.html b/templates/sso/lookup/user.html index f9ef2e1..7fddfbb 100644 --- a/templates/sso/lookup/user.html +++ b/templates/sso/lookup/user.html @@ -67,7 +67,7 @@ {% for acc in user.eveaccount_set.all %} Account {{ acc.api_user_id }} {% for char in acc.characters.all %} -{{ char.name }} +{{ char.name }} {{ char.corporation }} {% endfor %}