From 9b56a441ed38ad174be67b39754bd4d80546359f Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 31 Oct 2023 14:10:26 +0100 Subject: [PATCH 1/2] =?UTF-8?q?[REMOVE]=20Deprecated=20overrides=20?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../services/templates/services/services_ctrl.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/allianceauth/services/templates/services/services_ctrl.html b/allianceauth/services/templates/services/services_ctrl.html index 78af2131..5e551c40 100644 --- a/allianceauth/services/templates/services/services_ctrl.html +++ b/allianceauth/services/templates/services/services_ctrl.html @@ -9,16 +9,6 @@ {{ service_url }} {% endblock %} -{% block active %} - {% if username != '' %}Active{% else %}Disabled{% endif %} -{% endblock %} - -{% block user %} - {% if username %} - Username: {{ username }} - {% endif %} -{% endblock %} - {% block controls %} {% if username == "" %} {% if urls.auth_activate %} From 346b4014a940807dcd73909482ae1fe022e29bdf Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 31 Oct 2023 14:13:01 +0100 Subject: [PATCH 2/2] [ADD] Missing semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just for the sake of it … --- .../services/templates/services/services_ctrl_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/services/templates/services/services_ctrl_base.html b/allianceauth/services/templates/services/services_ctrl_base.html index ba20fdff..526f345b 100644 --- a/allianceauth/services/templates/services/services_ctrl_base.html +++ b/allianceauth/services/templates/services/services_ctrl_base.html @@ -1,6 +1,6 @@ {% load i18n %} -
+
{% block title %}{% endblock title %}