]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/voting.py
make user subscriptions view decoratable
[osqa.git] / forum / settings / voting.py
index 7c43ea3995366d8816b56a45b77dc64c6bb58896..aea915380e98e079935b1410b18ba1965623ffda 100644 (file)
@@ -3,6 +3,10 @@ from django.utils.translation import ugettext_lazy as _
 \r
 VOTE_RULES_SET = SettingSet('voting', _('Voting rules'), _("Configure the voting rules on your site."), 400)\r
 \r
+USER_REPUTATION_TO_MAX_VOTES = Setting('USER_REPUTATION_TO_MAX_VOTES', True, VOTE_RULES_SET, dict(\r
+label = _("Add reputation to max votes per day"), required=False,\r
+help_text = _("The user reputation is added to the static MAX_VOTES_PER_DAY option. Users with higher reputation can vote more.")))\r
+\r
 MAX_VOTES_PER_DAY = Setting('MAX_VOTES_PER_DAY', 30, VOTE_RULES_SET, dict(\r
 label = _("Maximum votes per day"),\r
 help_text = _("The maximum number of votes an user can cast per day.")))\r