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