1
0
Fork 0

Only show author confirmation if new authors are added, show suggestions for parent work and set it correctly.

This commit is contained in:
Joeri de Ruiter 2023-08-01 15:12:50 +02:00
parent 07aca2f62c
commit 220cad8661
5 changed files with 7 additions and 2 deletions

View file

@ -111,6 +111,7 @@ class EditionFromWorkForm(CustomForm):
model = models.Work
fields = [
"title",
"sort_title",
"subtitle",
"authors",
"description",