Specify bootstrap3 for crispy forms

This commit is contained in:
Daniel Greenfeld 2013-09-02 11:54:16 +02:00
parent e38e5ce7ab
commit 737f14dcc6

View File

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