diff --git a/allianceauth/authentication/templates/authentication/tokens.html b/allianceauth/authentication/templates/authentication/tokens.html index 7670d433..11bb91ed 100644 --- a/allianceauth/authentication/templates/authentication/tokens.html +++ b/allianceauth/authentication/templates/authentication/tokens.html @@ -19,7 +19,7 @@ {% for t in tokens %} {% for s in t.scopes.all %}{{s.name}} {% endfor %} - + {{t.character_name}} {% endfor %}