aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 98bbd4f8..677433e8 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -266,6 +266,9 @@ CRISPY_TEMPLATE_PACK = "bulma"
# Custom settings for django-simple-bulma
BULMA_SETTINGS = {
+ "extensions": [
+ "bulma-accordion",
+ ],
"variables": {
"green": "#21c65c", # Accessibility: Better contrast with the light text
"primary": "#7289DA",