fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename publishable to approved, add profile option to approve by default.
[redakcja.git]
/
src
/
documents
/
forms.py
diff --git
a/src/documents/forms.py
b/src/documents/forms.py
index
4c97033
..
217a6e7
100644
(file)
--- a/
src/documents/forms.py
+++ b/
src/documents/forms.py
@@
-153,7
+153,7
@@
class BookForm(forms.ModelForm):
class Meta:
model = Book
- exclude = ['project', 'cover'
, 'legimi_id', 'woblink_id'
]
+ exclude = ['project', 'cover']
def __init__(self, *args, **kwargs):
ret = super(BookForm, self).__init__(*args, **kwargs)