]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/basic.py
osqa-89:
[osqa.git] / forum / settings / basic.py
index cbfdbbdd24b10eed8acd7096692438f71f3d3b95..b712365d726617e0e378be4238841939a628eed8 100644 (file)
@@ -54,8 +54,15 @@ The introductory page that is visible in the sidebar for anonymous users.
 """),\r
 widget=Textarea))\r
 \r
-APP_COPYRIGHT = Setting('APP_COPYRIGHT', 'Copyright OSQA, 2009. Some rights reserved under creative commons license.', BASIC_SET, dict(\r
+APP_COPYRIGHT = Setting('APP_COPYRIGHT', 'Copyright OSQA, 2010. Some rights reserved under creative commons license.', BASIC_SET, dict(\r
 label = _("Copyright notice"),\r
 help_text = _("""\r
 The copyright notice visible at the footer of your page.\r
-""")))
\ No newline at end of file
+""")))\r
+\r
+COMMENT_MAX_LENGTH = Setting('COMMENT_MAX_LENGTH', 300, BASIC_SET, dict(\r
+label = _("Maximum length of comment"),\r
+help_text = _("""\r
+The maximum length a user can enter for a comment.\r
+""")))\r
+\r