Skip to content

Commit f7f731e

Browse files
authored
Merge branch 'master' into Docs
2 parents 5bc6c66 + 0b2ba39 commit f7f731e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(self, *args, **kwargs):
101101

102102
class Meta:
103103
model = models.Chapter
104-
exclude = ('book', 'filename')
104+
exclude = ('book', 'filename', 'keywords', 'publisher_notes')
105105

106106
def save(self, commit=True, book=None, *args, **kwargs):
107107
save_chapter = super(ChapterForm, self).save(commit=False)

0 commit comments

Comments
 (0)