aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-07-10 00:33:45 +0200
committerGravatar Leon Sandøy <[email protected]>2019-07-10 00:33:45 +0200
commite5fea06b1a771522226f1c7470c7deffdc847613 (patch)
treeeb6b157fae89341ef0c93b81284f059d01b3a562 /pydis_site/settings.py
parentAdding hover colors (diff)
Adding bulma-accordion to the django-simple-bulma extensions list
Diffstat (limited to 'pydis_site/settings.py')
-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",