From 663388a0c20afc14ccbc907be25743785a15d68c Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 8 Sep 2022 00:19:41 +0200 Subject: [PATCH] [CHANGE] None is not an alliance name, so don't show `None` --- .../authentication/templates/authentication/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/authentication/templates/authentication/dashboard.html b/allianceauth/authentication/templates/authentication/dashboard.html index 1b1a50cd..d030fcdd 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.html +++ b/allianceauth/authentication/templates/authentication/dashboard.html @@ -159,7 +159,7 @@ {{ char.character_name }} {{ char.corporation_name }} - {{ char.alliance_name }} + {{ char.alliance_name|default:"" }} {% endfor %}