fix typo
This commit is contained in:
parent
6e72c08ef4
commit
a447cdfcf1
5 changed files with 9 additions and 19 deletions
|
@ -40,7 +40,6 @@ class BookMark(models.Model):
|
|||
except ObjectDoesNotExist:
|
||||
return None
|
||||
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("bookmark")
|
||||
verbose_name_plural = _("bookmarks")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue