Use bootstrap3 styling for django crispy forms

This commit is contained in:
Oliver Walters 2020-05-14 16:55:33 +10:00
parent cf9891398a
commit 16aa18429a

View File

@ -341,7 +341,7 @@ if DEBUG:
print("STATIC_ROOT:", STATIC_ROOT)
# crispy forms use the bootstrap templates
CRISPY_TEMPLATE_PACK = 'bootstrap'
CRISPY_TEMPLATE_PACK = 'bootstrap3'
# Use database transactions when importing / exporting data
IMPORT_EXPORT_USE_TRANSACTIONS = True