Notify users when problem orgs are changed
This commit is contained in:
parent
c269e34873
commit
a40e577dd1
3 changed files with 690 additions and 3 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue