From c773b93675ccda959c0a2f1b029ff32e5719477a Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 4 Nov 2022 07:20:54 +0000 Subject: [PATCH] Remove unnecessary template pack --- app/settings.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/settings.py b/app/settings.py index 0699faf..ae3591e 100644 --- a/app/settings.py +++ b/app/settings.py @@ -48,10 +48,7 @@ INSTALLED_APPS = [ "django_otp.plugins.otp_static", ] CRISPY_TEMPLATE_PACK = "bulma" -CRISPY_ALLOWED_TEMPLATE_PACKS = ( - "uni_form", - "bulma", -) +CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",) DJANGO_TABLES2_TEMPLATE = "django-tables2/bulma.html" MIDDLEWARE = [