Commit 5597979d authored by Michal Čihař's avatar Michal Čihař

wrap long line

parent ca7abae8
...@@ -210,7 +210,8 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -210,7 +210,8 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
verbose_name=ugettext_lazy('Autoaccept suggestions'), verbose_name=ugettext_lazy('Autoaccept suggestions'),
default=0, default=0,
help_text=ugettext_lazy( help_text=ugettext_lazy(
'Automatically accept suggestions with this amount of votes, use 0 to disable.' 'Automatically accept suggestions with this amount of votes,'
' use 0 to disable.'
), ),
validators=[validate_autoaccept], 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