From 96204b29e8af63a47e4aa137b6b3c2ebfdc45b12 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Wed, 26 Feb 2025 22:57:19 +0100 Subject: [PATCH] [REMOVE] Redundant locale information Since momentJS is already loaded with `locale=True`, this is not needed anymore. --- .../templates/services/mumble/mumble_connection_history.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html b/allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html index bb651791..97535c5e 100644 --- a/allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html +++ b/allianceauth/services/modules/mumble/templates/services/mumble/mumble_connection_history.html @@ -84,7 +84,6 @@ {% include "bundles/moment-js.html" with locale=True %} {% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %} - {% get_momentjs_language_code LANGUAGE_CODE as MOMENTJS_LCODE %}