aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-30 13:07:33 +0300
committerGravatar ks129 <[email protected]>2021-03-30 13:07:33 +0300
commitf005b2e88f87e6009a7fbef31dee918e45e9d295 (patch)
treef13743469ea949299330a981597c98abf903a7a0
parentOrder resources and subcategories in template (diff)
Remove unused Bulma Tooltip extension
-rw-r--r--pydis_site/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index e628ecda..9211d02c 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -275,5 +275,4 @@ BULMA_SETTINGS = {
"footer-padding": "1rem 1.5rem 1rem",
"tooltip-max-width": "30rem",
},
- "extensions": ["bulma-tooltip"],
}