diff --git a/allianceauth/eveonline/templatetags/examples.html b/allianceauth/eveonline/templatetags/examples.html index 486394c8..69482457 100644 --- a/allianceauth/eveonline/templatetags/examples.html +++ b/allianceauth/eveonline/templatetags/examples.html @@ -16,7 +16,7 @@ Needs to be called with a context containing three objects: {% block content %}
-

Evelinks templatetags examples

+

Evelinks templatetags examples

profile URLs

diff --git a/allianceauth/groupmanagement/templates/groupmanagement/audit.html b/allianceauth/groupmanagement/templates/groupmanagement/audit.html index a61d8afa..0a6ed580 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/audit.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/audit.html @@ -1,15 +1,21 @@ {% extends "allianceauth/base-bs5.html" %} + {% load static %} {% load i18n %} {% load navactive %} -{% block page_title %}{{ group }} {% translate "Audit Log" %}{% endblock page_title %} -{% block header_nav_brand %}{% translate "Audit Log" %} - {{ group.name }}{% endblock header_nav_brand %} +{% block page_title %} + {{ group }} {% translate "Audit Log" %} +{% endblock page_title %} + +{% block header_nav_brand %} + {% translate "Audit Log" %} - {{ group.name }} +{% endblock header_nav_brand %} {% block header_nav_collapse_left %} - + {% endblock %} {% block content %} @@ -65,7 +71,7 @@ {% block extra_javascript %} {% include 'bundles/datatables-js-bs5.html' %} {% include 'bundles/moment-js.html' with locale=True %} - {% include 'bundles/filterdropdown-js.html' %} +{# {% include 'bundles/filterdropdown-js.html' %}#}