1
0
Fork 0

Merge pull request #2128 from bookwyrm-social/multiple-authors

Multiple authors not added when editing book
This commit is contained in:
Mouse Reeve 2022-05-23 14:07:54 -07:00 committed by GitHub
commit 6d5923bb8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View file

@ -190,7 +190,7 @@ def add_authors(request, data):
"existing_isnis": exists,
}
)
return data
return data
@require_POST