summaryrefslogtreecommitdiff
path: root/papillon/settings.py.tpl
diff options
context:
space:
mode:
authorÉtienne Loks2011-10-25 00:53:14 +0200
committerÉtienne Loks2011-10-25 00:53:14 +0200
commit229e7616b16ee1f316b9a9ab5442631ff5033668 (patch)
tree11fea83203b9c90278e20d4fff45996c73923ce8 /papillon/settings.py.tpl
parente41e52768085a81b1b5d48f5f0583b6449179fa8 (diff)
Limit comments by poll (closes #310)
Diffstat (limited to 'papillon/settings.py.tpl')
-rw-r--r--papillon/settings.py.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/papillon/settings.py.tpl b/papillon/settings.py.tpl
index 7ca2761..b40a37e 100644
--- a/papillon/settings.py.tpl
+++ b/papillon/settings.py.tpl
@@ -14,6 +14,7 @@ EXTRA_URL = 'papillon/'
BASE_SITE = SERVER_URL + EXTRA_URL
TINYMCE_URL = 'http://localhost/tinymce/'
+MAX_COMMENT_NB = 10 # max number of comments by poll - 0 to disable comments
# time to live in days
DAYS_TO_LIVE = 30