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 %} 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 %} -