summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-08-26 17:10:22 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-08-26 17:10:22 +0200
commit2c42264e87b32b9ddd73d66bfc0e6ccffcba7b41 (patch)
tree59cada72d620f85f0c54d000322a3e7370b08bc6 /example_project
parent0ee09412bff460d70894e9b11ed3a90481a74608 (diff)
downloadChimère-2c42264e87b32b9ddd73d66bfc0e6ccffcba7b41.tar.bz2
Chimère-2c42264e87b32b9ddd73d66bfc0e6ccffcba7b41.zip
Add the possibility to submit a modification by email
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 2 insertions, 0 deletions
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'),
)