Fixes edit book view

This commit is contained in:
Mouse Reeve
2021-01-11 20:21:32 -08:00
parent 27cc2b574f
commit a8483754c3
3 changed files with 16 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ class EditionForm(CustomForm):
'origin_id',
'created_date',
'updated_date',
'edition_rank',
'authors',# TODO
'parent_work',