From d6b393e8a029e423d0b2dc768ecc9e63ba4ca031 Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 4 Jan 2024 21:27:50 +0800 Subject: Bump django-simple-bulma to 2.6.0 And use `include_js` flag to the bulma dark theme stylesheet template tag. --- pydis_site/templates/base/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html index f7dce8b0..e497298a 100644 --- a/pydis_site/templates/base/base.html +++ b/pydis_site/templates/base/base.html @@ -24,7 +24,7 @@ Python Discord | {% block title %}Website{% endblock %} {% bulma %} - {% bulma 'dark' %} + {% bulma 'dark' include_js=False %} {% font_awesome %} -- cgit v1.2.3