summaryrefslogtreecommitdiff
path: root/papillon/settings.py.tpl
diff options
context:
space:
mode:
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