~netlandish/django-wiki

d45a8a2d5d72d897015e574a817f6207c34ff881 — Benjamin Bach 7 years ago b91eebe
Use a plain, understandable verbose_name for field URLPath.article
1 files changed, 1 insertions(+), 1 deletions(-)

M wiki/models/urlpath.py
M wiki/models/urlpath.py => wiki/models/urlpath.py +1 -1
@@ 68,7 68,7 @@ class URLPath(MPTTModel):
    article = models.ForeignKey(
        Article,
        on_delete=models.CASCADE,
        verbose_name=_('Lookup value'),
        verbose_name=_('article'),
        help_text=_(
            "This field is automatically updated, but you need to populate "
            "it when creating a new URL path."