Update crispy forms template pack

Updated to be inline with bootstrap 4 currently used in the project
This commit is contained in:
yunti 2016-08-05 22:03:06 +01:00 committed by GitHub
parent 039e979852
commit 68ebee951d

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
# ------------------------------------------------------------------------------