Remove unnecessary template pack
This commit is contained in:
@@ -48,10 +48,7 @@ INSTALLED_APPS = [
|
|||||||
"django_otp.plugins.otp_static",
|
"django_otp.plugins.otp_static",
|
||||||
]
|
]
|
||||||
CRISPY_TEMPLATE_PACK = "bulma"
|
CRISPY_TEMPLATE_PACK = "bulma"
|
||||||
CRISPY_ALLOWED_TEMPLATE_PACKS = (
|
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)
|
||||||
"uni_form",
|
|
||||||
"bulma",
|
|
||||||
)
|
|
||||||
DJANGO_TABLES2_TEMPLATE = "django-tables2/bulma.html"
|
DJANGO_TABLES2_TEMPLATE = "django-tables2/bulma.html"
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|||||||
Reference in New Issue
Block a user