summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2016-01-05 22:20:46 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2016-01-05 22:20:46 +0100
commitf7aea0e74ec776d0340581f41b16458b587e0f66 (patch)
tree134d50aa91093aa3ce8ee6ef4459562142c047ff /settings.py
parent076b38e2339c05fe5cd5a9734e0b471a0f8d34c4 (diff)
parentbbf939e77fe9fd238818fe3d5e7569ca290cc780 (diff)
downloadChimère - projet de référence-f7aea0e74ec776d0340581f41b16458b587e0f66.tar.bz2
Chimère - projet de référence-f7aea0e74ec776d0340581f41b16458b587e0f66.zip
Merge branch 'v2.2'
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 6df6f4e..87e7b16 100644
--- a/settings.py
+++ b/settings.py
@@ -141,6 +141,9 @@ HAYSTACK_CONNECTIONS = {
HAYSTACK_SEARCH_RESULTS_PER_PAGE = 12
HAYSTACK_AUTOCOMPLETE = False
+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']