Remove sync fields and share fields between book and author

This commit is contained in:
Mouse Reeve
2020-12-21 12:17:18 -08:00
parent aac264c998
commit cfa1a1b42c
6 changed files with 84 additions and 49 deletions

View File

@ -123,7 +123,6 @@ class EditionForm(CustomForm):
'remote_id',
'created_date',
'updated_date',
'last_sync_date',
'authors',# TODO
'parent_work',