From 8c1f06d7b8e651966c924758f0b1b77e4b52d776 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 9 Jul 2022 15:51:55 +0200 Subject: [PATCH] Added `refresh_notifications.js` to bundles Probably used in template overrides --- allianceauth/templates/allianceauth/base.html | 2 +- allianceauth/templates/bundles/refresh-notifications-js.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 allianceauth/templates/bundles/refresh-notifications-js.html diff --git a/allianceauth/templates/allianceauth/base.html b/allianceauth/templates/allianceauth/base.html index 3a266380..d7e66e53 100644 --- a/allianceauth/templates/allianceauth/base.html +++ b/allianceauth/templates/allianceauth/base.html @@ -49,7 +49,7 @@ userNotificationsCountViewUrl: "{% url 'notifications:user_notifications_count' request.user.pk %}" }; - + {% include 'bundles/refresh-notifications-js.html' %} {% include 'bundles/evetime-js.html' %} {% block extra_javascript %} 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 %} + +