Updates report model
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user