Merge pull request #2128 from bookwyrm-social/multiple-authors
Multiple authors not added when editing book
This commit is contained in:
commit
6d5923bb8f
2 changed files with 21 additions and 1 deletions
|
@ -190,7 +190,7 @@ def add_authors(request, data):
|
|||
"existing_isnis": exists,
|
||||
}
|
||||
)
|
||||
return data
|
||||
return data
|
||||
|
||||
|
||||
@require_POST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue