From e5fea06b1a771522226f1c7470c7deffdc847613 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Wed, 10 Jul 2019 00:33:45 +0200 Subject: Adding bulma-accordion to the django-simple-bulma extensions list --- pydis_site/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pydis_site') 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", -- cgit v1.2.3