diff --git a/allianceauth/groupmanagement/templates/groupmanagement/audit.html b/allianceauth/groupmanagement/templates/groupmanagement/audit.html
index 88a750c2..8b6c10f9 100644
--- a/allianceauth/groupmanagement/templates/groupmanagement/audit.html
+++ b/allianceauth/groupmanagement/templates/groupmanagement/audit.html
@@ -25,13 +25,15 @@
- {% translate "Date/Time" %} |
- {% translate "Requestor" %} |
- {% translate "Character" %} |
- {% translate "Corporation" %} |
- {% translate "Type" %} |
- {% translate "Action" %} |
- {% translate "Actor" %} |
+
+ {% translate "Date/Time" %} |
+ {% translate "Requestor" %} |
+ {% translate "Character" %} |
+ {% translate "Corporation" %} |
+ {% translate "Type" %} |
+ {% translate "Action" %} |
+ {% translate "Actor" %} |
+
@@ -74,7 +76,7 @@
{% block extra_javascript %}
{% include 'bundles/datatables-js.html' %}
{% include 'bundles/moment-js.html' with locale=True %}
-
+ {% include 'bundles/filterdropdown-js.html' %}
{% endblock %}
{% block extra_css %}
diff --git a/allianceauth/optimer/templates/optimer/management.html b/allianceauth/optimer/templates/optimer/management.html
index bbf79798..95abf969 100644
--- a/allianceauth/optimer/templates/optimer/management.html
+++ b/allianceauth/optimer/templates/optimer/management.html
@@ -40,7 +40,7 @@
{% include 'bundles/moment-js.html' with locale=True %}
-
+ {% include 'bundles/timers-js.html' %}
+ {% include 'bundles/filterdropdown-js.html' %}
{% endblock %}
{% block extra_css %}
diff --git a/allianceauth/permissions_tool/templates/permissions_tool/overview.html b/allianceauth/permissions_tool/templates/permissions_tool/overview.html
index 439e5f21..c1e7618f 100644
--- a/allianceauth/permissions_tool/templates/permissions_tool/overview.html
+++ b/allianceauth/permissions_tool/templates/permissions_tool/overview.html
@@ -80,7 +80,7 @@
{% block extra_javascript %}
{% include 'bundles/datatables-js.html' %}
-
+ {% include 'bundles/filterdropdown-js.html' %}
{% endblock %}
{% block extra_css %}
diff --git a/allianceauth/templates/allianceauth/base.html b/allianceauth/templates/allianceauth/base.html
index 520ce3d9..d7e66e53 100644
--- a/allianceauth/templates/allianceauth/base.html
+++ b/allianceauth/templates/allianceauth/base.html
@@ -49,8 +49,8 @@
userNotificationsCountViewUrl: "{% url 'notifications:user_notifications_count' request.user.pk %}"
};
-
-
+ {% include 'bundles/refresh-notifications-js.html' %}
+ {% include 'bundles/evetime-js.html' %}
{% block extra_javascript %}
{% endblock extra_javascript %}
diff --git a/allianceauth/templates/bundles/evetime-js.html b/allianceauth/templates/bundles/evetime-js.html
new file mode 100644
index 00000000..63b712c3
--- /dev/null
+++ b/allianceauth/templates/bundles/evetime-js.html
@@ -0,0 +1,3 @@
+{% load static %}
+
+
diff --git a/allianceauth/templates/bundles/filterdropdown-js.html b/allianceauth/templates/bundles/filterdropdown-js.html
new file mode 100644
index 00000000..5ce5ce98
--- /dev/null
+++ b/allianceauth/templates/bundles/filterdropdown-js.html
@@ -0,0 +1,3 @@
+{% load static %}
+
+
diff --git a/allianceauth/templates/bundles/refresh-notifications-js.html b/allianceauth/templates/bundles/refresh-notifications-js.html
new file mode 100644
index 00000000..27622b3e
--- /dev/null
+++ b/allianceauth/templates/bundles/refresh-notifications-js.html
@@ -0,0 +1,3 @@
+{% load static %}
+
+
diff --git a/allianceauth/templates/bundles/timers-js.html b/allianceauth/templates/bundles/timers-js.html
new file mode 100644
index 00000000..b9690202
--- /dev/null
+++ b/allianceauth/templates/bundles/timers-js.html
@@ -0,0 +1,3 @@
+{% load static %}
+
+
diff --git a/allianceauth/timerboard/templates/timerboard/view.html b/allianceauth/timerboard/templates/timerboard/view.html
index 976d3d6b..b22ba106 100644
--- a/allianceauth/timerboard/templates/timerboard/view.html
+++ b/allianceauth/timerboard/templates/timerboard/view.html
@@ -539,7 +539,7 @@
{% include 'bundles/moment-js.html' with locale=True %}
-
+ {% include 'bundles/timers-js.html' %}