improve findings
This commit is contained in:
@@ -307,6 +307,10 @@ ADMINS = [("Ross","ross@xkjq.uk")]
|
||||
|
||||
CRISPY_ALLOWED_TEMPLATE_PACKS = ('bootstrap5',)
|
||||
CRISPY_TEMPLATE_PACK = 'bootstrap5'
|
||||
CRISPY_CLASS_CONVERTERS = {
|
||||
"textinput": "clearable_input", # Use clearable_input.html for TextInput
|
||||
"textarea": "clearable_input", # Use clearable_input.html for Textarea
|
||||
}
|
||||
|
||||
DEBUG_CONTAINER = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user