From c602dd5860cf554f86b239e1340b871dda3dd5aa Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Wed, 10 Jul 2019 01:30:33 +0200 Subject: I can't get the accordion thing to work at all. --- pydis_site/settings.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 2ea4a656..2050c6ab 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -266,9 +266,6 @@ 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", @@ -336,5 +333,5 @@ WIKI_MARKDOWN_HTML_ATTRIBUTES = { } WIKI_MARKDOWN_HTML_WHITELIST = [ - 'article', 'section' + 'article', 'section', 'button' ] -- cgit v1.2.3