Only show author confirmation if new authors are added, show suggestions for parent work and set it correctly.
This commit is contained in:
parent
07aca2f62c
commit
220cad8661
5 changed files with 7 additions and 2 deletions
|
@ -111,6 +111,7 @@ class EditionFromWorkForm(CustomForm):
|
|||
model = models.Work
|
||||
fields = [
|
||||
"title",
|
||||
"sort_title",
|
||||
"subtitle",
|
||||
"authors",
|
||||
"description",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue