From adedf7534fc991f6fd881a5861ddfce9769df7cb Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 9 Dec 2023 18:24:01 +0100 Subject: [PATCH] [FIX] Use of Bootstrap classes --- .../services/fleetformattertool.html | 53 ++++++++++++------- 1 file changed, 34 insertions(+), 19 deletions(-) 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 %}