From 8aaa8172ca40b92f63b12ab079d16faa0a684137 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 31 Oct 2023 08:58:30 +0100 Subject: [PATCH] [CHANGE] Only show username when there is a username --- allianceauth/services/templates/services/services_ctrl.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/allianceauth/services/templates/services/services_ctrl.html b/allianceauth/services/templates/services/services_ctrl.html index 6a841f99..78af2131 100644 --- a/allianceauth/services/templates/services/services_ctrl.html +++ b/allianceauth/services/templates/services/services_ctrl.html @@ -14,7 +14,9 @@ {% endblock %} {% block user %} - Username: {{ username }} + {% if username %} + Username: {{ username }} + {% endif %} {% endblock %} {% block controls %}