]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/project_badges/settings.py
initial import
[osqa.git] / forum_modules / project_badges / settings.py
1 from forum.settings import BADGES_SET
2 from forum.settings.base import Setting
3
4 BUG_BUSTER_VOTES_UP = Setting('BUG_BUSTER_VOTES_UP', 3, BADGES_SET, dict(
5 label = "Bug Buster Votes Up",
6 help_text = """
7 Number of votes up required for the author of a question tagged as bug to be awarded the Bug Buster badge.
8 """))