aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-04 21:27:50 +0800
committerGravatar hedy <[email protected]>2024-01-04 21:27:50 +0800
commitd6b393e8a029e423d0b2dc768ecc9e63ba4ca031 (patch)
treedafb8384bfa7740929d61f4f917d0c9ff9bbb754
parentDark: 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.
-rw-r--r--poetry.lock6
-rw-r--r--pydis_site/templates/base/base.html2
-rw-r--r--pyproject.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 6e409d9f..ce416587 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -432,13 +432,13 @@ prometheus-client = ">=0.7"
[[package]]
name = "django-simple-bulma"
-version = "2.5.0"
+version = "2.6.0"
description = "Django application to add the Bulma CSS framework and its extensions"
optional = false
python-versions = "*"
files = [
- {file = "django-simple-bulma-2.5.0.tar.gz", hash = "sha256:d4e9f6ea857954a9bdc7a4f16453834a578cd04da5c3a96b2a3241bfcfabead2"},
- {file = "django_simple_bulma-2.5.0-py3-none-any.whl", hash = "sha256:c413b031494d80f674068a782440c6ec5f20a12501ee7464d6f781a5777fa89c"},
+ {file = "django-simple-bulma-2.6.0.tar.gz", hash = "sha256:7660aac87f3bfb23f2bbbd564e216337f443c001698d344759ad5753f8e3a3c1"},
+ {file = "django_simple_bulma-2.6.0-py3-none-any.whl", hash = "sha256:06a195e630f9bfa91060a0075a18ba6953bb72e7396fda3737561af0dfeab0d1"},
]
[package.dependencies]
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" %}">
diff --git a/pyproject.toml b/pyproject.toml
index 1dcdb02d..35c3bba5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ django-distill = "3.1.3"
django-environ = "0.11.2"
django-filter = "23.5"
django-prometheus = "2.3.1"
-django-simple-bulma = "2.5.0"
+django-simple-bulma = "2.6.0"
djangorestframework = "3.14.0"
gunicorn = "21.2.0"
httpx = "0.25.2"