From 6224a15884d0e21ba544a81e46943d486030fe37 Mon Sep 17 00:00:00 2001 From: yunti Date: Tue, 16 Aug 2016 20:22:16 +0100 Subject: [PATCH] Update crispy forms template pack (#718) Updated to be inline with bootstrap 4 currently used in the project --- {{cookiecutter.project_slug}}/config/settings/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/config/settings/common.py b/{{cookiecutter.project_slug}}/config/settings/common.py index b25993f4..6fbecf48 100644 --- a/{{cookiecutter.project_slug}}/config/settings/common.py +++ b/{{cookiecutter.project_slug}}/config/settings/common.py @@ -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 # ------------------------------------------------------------------------------