diff options
author | 2024-01-04 21:27:50 +0800 | |
---|---|---|
committer | 2024-01-04 21:27:50 +0800 | |
commit | d6b393e8a029e423d0b2dc768ecc9e63ba4ca031 (patch) | |
tree | dafb8384bfa7740929d61f4f917d0c9ff9bbb754 /pydis_site/templates/base/base.html | |
parent | Dark: Fix most colors on timeline (diff) |
Bump django-simple-bulma to 2.6.0
And use `include_js` flag to the bulma dark theme stylesheet template
tag.
Diffstat (limited to 'pydis_site/templates/base/base.html')
-rw-r--r-- | pydis_site/templates/base/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <title>Python Discord | {% block title %}Website{% endblock %}</title> {% bulma %} - {% bulma 'dark' %} + {% bulma 'dark' include_js=False %} {% font_awesome %} <link rel="stylesheet" href="{% static "css/base/base.css" %}"> |