Set CRISPY_TEMPLATE_PACK
This commit is contained in:
parent
ae2a6eda79
commit
af7662d90e
1 changed files with 5 additions and 1 deletions
|
@ -240,3 +240,7 @@ DEFAULT_SPCONFIG = {
|
||||||
# Session Timeouts
|
# Session Timeouts
|
||||||
|
|
||||||
REVERIFY_AFTER_INACTIVITY_MINUTES = 5
|
REVERIFY_AFTER_INACTIVITY_MINUTES = 5
|
||||||
|
|
||||||
|
# Crispy Forms
|
||||||
|
|
||||||
|
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
Loading…
Reference in a new issue