Update admin page

This commit is contained in:
cuom1999 2022-09-04 12:31:49 -05:00
parent 737cd8a068
commit ba75b5c086
4 changed files with 44 additions and 5 deletions

View file

@ -244,7 +244,7 @@ class Notification(models.Model):
Comment, null=True, verbose_name=_("comment"), on_delete=CASCADE
)
read = models.BooleanField(verbose_name=_("read"), default=False)
category = models.CharField(verbose_name=_("category"), max_length=10)
category = models.CharField(verbose_name=_("category"), max_length=50)
html_link = models.TextField(
default="",
verbose_name=_("html link to comments, used for non-comments"),