diff options
author | 2021-03-30 13:07:33 +0300 | |
---|---|---|
committer | 2021-03-30 13:07:33 +0300 | |
commit | f005b2e88f87e6009a7fbef31dee918e45e9d295 (patch) | |
tree | f13743469ea949299330a981597c98abf903a7a0 /pydis_site | |
parent | Order resources and subcategories in template (diff) |
Remove unused Bulma Tooltip extension
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/settings.py | 1 |
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"], } |