Commit dcc5c1cc authored by Michal Čihař's avatar Michal Čihař

Document how to disable (issue #340)

parent dbafaa6e
......@@ -210,7 +210,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
verbose_name=ugettext_lazy('Autoaccept suggestions'),
default=0,
help_text=ugettext_lazy(
'Automatically accept suggestions with this amount of votes.'
'Automatically accept suggestions with this amount of votes, use 0 to disable.'
),
validators=[validate_autoaccept],
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment