From 2c42264e87b32b9ddd73d66bfc0e6ccffcba7b41 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 26 Aug 2012 17:10:22 +0200 Subject: Add the possibility to submit a modification by email --- example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 2aef8be..c878c88 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -103,6 +103,8 @@ CHIMERE_THUMBS_SCALE_WIDTH=None # length of short description CHIMERE_SHORT_DESC_LENGTH = 400 +CHIMERE_MODIF_EMAIL = _(u"""Hello, I would like to propose you a modification about this item: """) + ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) -- cgit v1.2.3