Update crispy forms template pack (#718)

Updated to be inline with bootstrap 4 currently used in the project
This commit is contained in:
yunti 2016-08-16 20:22:16 +01:00 committed by Daniel Roy Greenfeld
parent ca86da88c0
commit 6224a15884

View File

@ -165,7 +165,7 @@ TEMPLATES = [
]
# See: http://django-crispy-forms.readthedocs.io/en/latest/install.html#template-packs
CRISPY_TEMPLATE_PACK = 'bootstrap3'
CRISPY_TEMPLATE_PACK = 'bootstrap4'
# STATIC FILE CONFIGURATION
# ------------------------------------------------------------------------------