This commit is contained in:
Zhao-Linux 2022-11-18 04:45:27 +07:00
parent 6e72c08ef4
commit a447cdfcf1
5 changed files with 9 additions and 19 deletions

View file

@ -40,7 +40,6 @@ class BookMark(models.Model):
except ObjectDoesNotExist:
return None
class Meta:
verbose_name = _("bookmark")
verbose_name_plural = _("bookmarks")