delete unknown fields
This commit is contained in:
@@ -18,8 +18,6 @@ class DocumentInlineForm(forms.ModelForm):
|
||||
model = Document
|
||||
fields = [
|
||||
"title",
|
||||
"shortterm",
|
||||
"slug",
|
||||
"date",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user