aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/settings/base.py')
-rw-r--r--config/settings/base.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/settings/base.py b/config/settings/base.py
index 81e0f82..e670482 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -71,7 +71,6 @@ DJANGO_APPS = [
]
THIRD_PARTY_APPS = [
"crispy_forms",
- "crispy_bootstrap5",
"allauth",
"allauth.account",
"allauth.mfa",
@@ -201,8 +200,8 @@ TEMPLATES = [
FORM_RENDERER = "django.forms.renderers.TemplatesSetting"
# http://django-crispy-forms.readthedocs.io/en/latest/install.html#template-packs
-CRISPY_TEMPLATE_PACK = "bootstrap5"
-CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
+#CRISPY_TEMPLATE_PACK = "bootstrap5"
+#CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
# FIXTURES
# ------------------------------------------------------------------------------