From 7c05217900f984929f28770813a0c2aa669ea664 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 9 Jul 2022 15:45:25 +0200 Subject: [PATCH] Add `timers.js` to bundle It's used in `mumbletemps` --- allianceauth/optimer/templates/optimer/management.html | 2 +- allianceauth/templates/bundles/timers-js.html | 3 +++ allianceauth/timerboard/templates/timerboard/view.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 allianceauth/templates/bundles/timers-js.html 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' %} 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' %}