Adds edit server form
This commit is contained in:
parent
8261fbf86a
commit
74549956c2
5 changed files with 40 additions and 3 deletions
|
@ -281,3 +281,9 @@ class ReportForm(CustomForm):
|
|||
class Meta:
|
||||
model = models.Report
|
||||
fields = ["user", "reporter", "statuses", "note"]
|
||||
|
||||
|
||||
class ServerForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.FederatedServer
|
||||
exclude = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue