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 %}
-
- {% translate "Back" %}
-
+
+ {% translate "Back" %}
+
{% 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' %}#}