diff --git a/allianceauth/services/templates/services/fleetformattertool.html b/allianceauth/services/templates/services/fleetformattertool.html index c5535b6f..ac23d0c1 100644 --- a/allianceauth/services/templates/services/fleetformattertool.html +++ b/allianceauth/services/templates/services/fleetformattertool.html @@ -2,30 +2,45 @@ {% load django_bootstrap5 %} {% load i18n %} -{% block page_title %}{% translate "Fleet Formatter Tool" %}{% endblock page_title %} -{% block extra_css %}{% endblock extra_css %} +{% block page_title %} + {% translate "Fleet Formatter Tool" %} +{% endblock page_title %} + +{% block header_nav_brand %} + {% translate "Fleet Formatter Tool" %} +{% endblock header_nav_brand %} {% block content %} -
-

{% translate "Fleet Broadcast Formatter Tool" %}

+
+
+
+
+ {% translate "Fleet Details" %} +
+
-
-
-
- {% if generated != "" %} - - {% endif %} - +
+
+
+ {% if generated != "" %} +
+ +
+ {% endif %} + + +
- {% endblock content %}