Remove unnecessary template pack
This commit is contained in:
parent
52216df5a4
commit
c773b93675
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue