Mailman3: add UI setting
This commit is contained in:
parent
c3586896c5
commit
016bd0d03c
1 changed files with 6 additions and 1 deletions
|
@ -286,6 +286,12 @@ COMPRESS_OFFLINE = True
|
|||
CRISPY_TEMPLATE_PACK = 'bootstrap3'
|
||||
CRISPY_FAIL_SILENTLY = not DEBUG
|
||||
|
||||
# Compatibility with Bootstrap 3
|
||||
from django.contrib.messages import constants as messages
|
||||
MESSAGE_TAGS = {
|
||||
messages.ERROR: 'danger'
|
||||
}
|
||||
|
||||
|
||||
#
|
||||
# Full-text search engine
|
||||
|
@ -371,7 +377,6 @@ CACHES = {
|
|||
}
|
||||
|
||||
|
||||
|
||||
#
|
||||
# HyperKitty-specific
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue