From bb8c40f72eb744ceffce95f13201a12940fa580d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 29 Oct 2022 15:19:58 +0100 Subject: [PATCH] Use sri_static tag for dark mode --- website/common/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/templates/base.html b/website/common/templates/base.html index 8c027de..beb500f 100644 --- a/website/common/templates/base.html +++ b/website/common/templates/base.html @@ -48,7 +48,7 @@ {# Not async to avoid bright flashes #} - + {% sri_static "js/dark-mode.js" %} {% block extra_js %}{% endblock %}