This commit is contained in:
Laura Klünder 2017-07-10 13:04:02 +02:00
parent 358f900cdc
commit 52c64b0798
2 changed files with 31 additions and 33 deletions

View file

@ -46,7 +46,7 @@ class LocationSlug(SerializableMixin, models.Model):
class Meta:
verbose_name = _('Location with Slug')
verbose_name_plural = _('Lucation with Slug')
verbose_name_plural = _('Location with Slug')
default_related_name = 'locationslugs'