commit
b64fb3e0aa
24 changed files with 679 additions and 21 deletions
|
@ -231,3 +231,9 @@ class ListForm(CustomForm):
|
|||
class Meta:
|
||||
model = models.List
|
||||
fields = ["user", "name", "description", "curation", "privacy"]
|
||||
|
||||
|
||||
class ReportForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.Report
|
||||
fields = ["user", "reporter", "statuses", "note"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue