Updates report model

This commit is contained in:
Mouse Reeve
2022-02-24 12:48:52 -08:00
parent 3ce8b3390e
commit ad41f19dc5
11 changed files with 93 additions and 19 deletions

View File

@@ -495,7 +495,7 @@ class GroupForm(CustomForm):
class ReportForm(CustomForm):
class Meta:
model = models.Report
fields = ["user", "reporter", "statuses", "links", "note"]
fields = ["user", "reporter", "status", "links", "note"]
class EmailBlocklistForm(CustomForm):