Merge remote-tracking branch 'remotes/npigeon/ticket-601'

This commit is contained in:
Christopher Allan Webber 2013-04-20 17:19:56 -05:00
commit 449863863a

View File

@ -32,7 +32,7 @@ email_smtp_pass = string(default=None)
allow_registration = boolean(default=True)
# tag parsing
tags_max_length = integer(default=50)
tags_max_length = integer(default=255)
# Whether comments are ascending or descending
comments_ascending = boolean(default=True)