From 229e7616b16ee1f316b9a9ab5442631ff5033668 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 25 Oct 2011 00:53:14 +0200 Subject: Limit comments by poll (closes #310) --- papillon/settings.py.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'papillon/settings.py.tpl') 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 -- cgit v1.2.3