diff --git a/allianceauth/services/templates/services/services.html b/allianceauth/services/templates/services/services.html index 6f4d39f1..0f2d10d7 100755 --- a/allianceauth/services/templates/services/services.html +++ b/allianceauth/services/templates/services/services.html @@ -8,17 +8,23 @@ {% block content %}

{% trans "Available Services" %}

- - - - - - - - {% for svc in service_ctrls %} - {{ svc }} - {% endfor %} -
{% trans "Service" %}{% trans "Username" %}{% trans "Domain" %}{% trans "Action" %}
+
+ + + + + + + + + + + {% for svc in service_ctrls %} + {{ svc }} + {% endfor %} + +
{% trans "Service" %}{% trans "Username" %}{% trans "Domain" %}{% trans "Action" %}
+
{% endblock content %}