Exclude the document type file for the index edit form
This commit is contained in:
@@ -11,6 +11,7 @@ class IndexForm(forms.ModelForm):
|
||||
"""
|
||||
class Meta:
|
||||
model = Index
|
||||
exclude = ('document_types',)
|
||||
|
||||
|
||||
class IndexTemplateNodeForm(forms.ModelForm):
|
||||
|
||||
Reference in New Issue
Block a user