mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Specify bootstrap3 for crispy forms
This commit is contained in:
parent
e38e5ce7ab
commit
737f14dcc6
|
@ -328,6 +328,9 @@ else:
|
||||||
'django.template.loaders.app_directories.Loader',
|
'django.template.loaders.app_directories.Loader',
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# See: http://django-crispy-forms.readthedocs.org/en/latest/install.html#template-packs
|
||||||
|
CRISPY_TEMPLATE_PACK = 'bootstrap3'
|
||||||
########## END TEMPLATE CONFIGURATION
|
########## END TEMPLATE CONFIGURATION
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user