diff --git a/allianceauth/srp/templates/srp/add.html b/allianceauth/srp/templates/srp/add.html index 5b38500d..750d0284 100644 --- a/allianceauth/srp/templates/srp/add.html +++ b/allianceauth/srp/templates/srp/add.html @@ -1,16 +1,25 @@ -{% extends "allianceauth/base.html" %} +{% extends "allianceauth/base-bs5.html" %} + {% load bootstrap %} {% load i18n %} -{% block page_title %}{% translate "SRP Fleet Create" %}{% endblock page_title %} +{% block page_title %} + {% translate "SRP Fleet Create" %} +{% endblock page_title %} + +{% block header_nav_brand %} + {% translate "Ship Replacement Program" %} +{% endblock header_nav_brand %} + {% block extra_css %} {% include 'bundles/jquery-datetimepicker-css.html' %} {% endblock extra_css %} {% block content %} - -