From bbf939e77fe9fd238818fe3d5e7569ca290cc780 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 14 Oct 2015 01:19:44 +0200 Subject: Add missing parameter in settings --- settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.py b/settings.py index 03e56c4..ed4aee9 100644 --- a/settings.py +++ b/settings.py @@ -141,6 +141,9 @@ HAYSTACK_CONNECTIONS = { HAYSTACK_SEARCH_RESULTS_PER_PAGE = 12 HAYSTACK_AUTOCOMPLETE = True +CHIMERE_MODIF_EMAIL = _(u"Hello, I would like to propose you a modification " + u"about this item: ") + CHIMERE_CSV_ENCODING = 'ISO-8859-1' CHIMERE_DEFAULT_ACTIONS = ['view', 'contribute'] -- cgit v1.2.3