diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index 0ce97db..03b6d4c 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -317,6 +317,7 @@ LOGGING = { 'level': 'ERROR', 'class': 'django.utils.log.AdminEmailHandler', 'filters': ['cleaning'], + 'include_html': True, }, 'console': { 'class': 'logging.StreamHandler',