Notify users when problem orgs are changed

This commit is contained in:
cuom1999 2023-02-01 20:04:04 -06:00
parent c269e34873
commit a40e577dd1
3 changed files with 690 additions and 3 deletions

View file

@ -247,7 +247,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=50)
category = models.CharField(verbose_name=_("category"), max_length=1000)
html_link = models.TextField(
default="",
verbose_name=_("html link to comments, used for non-comments"),