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

Clarify description of push field (fixes #336)

parent a8fd43c6
......@@ -89,7 +89,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
push = models.CharField(
verbose_name=ugettext_lazy('Git push URL'),
max_length=200,
help_text=ugettext_lazy('URL of push Git repository'),
help_text=ugettext_lazy('URL of push Git repository, pushing is disabled if empty.'),
blank=True
)
repoweb = models.URLField(
......
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