Mailman3: add UI setting

This commit is contained in:
Aurélien Bompard 2016-01-12 12:01:50 +00:00
parent c3586896c5
commit 016bd0d03c

View file

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