fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Some modernizations.
[redakcja.git]
/
src
/
documents
/
forms.py
diff --git
a/src/documents/forms.py
b/src/documents/forms.py
index
6598e75
..
dccf0f0
100644
(file)
--- a/
src/documents/forms.py
+++ b/
src/documents/forms.py
@@
-151,7
+151,7
@@
class BookForm(forms.ModelForm):
class Meta:
model = Book
- exclude = ['project']
+ exclude = ['project'
, 'cover', 'legimi_id'
]
def __init__(self, *args, **kwargs):
ret = super(BookForm, self).__init__(*args, **kwargs)