diff --git a/allianceauth/authentication/templates/authentication/dashboard.html b/allianceauth/authentication/templates/authentication/dashboard.html index b6ea8204..c7a0adbf 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.html +++ b/allianceauth/authentication/templates/authentication/dashboard.html @@ -141,19 +141,17 @@ - {% for ownership in request.user.character_ownerships.all %} - {% with ownership.character as char %} - - - - - {% endwith %} + {% for char in characters %} + + + + {% endfor %}
- - - {{ char.character_name }}
- {{ char.corporation_name }}
- {{ char.alliance_name|default:"" }} -
+ + + {{ char.character_name }}
+ {{ char.corporation_name }}
+ {{ char.alliance_name|default:"" }} +