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