Merge pull request #514 from mouse-reeve/shelf-status-privacy

Use shelf privacy for "wants to read" status privacy
This commit is contained in:
Mouse Reeve 2021-01-11 15:28:20 -08:00 committed by GitHub
commit 3d170b3eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -402,7 +402,7 @@ def shelve(request):
request.user,
desired_shelf,
book,
privacy='public'
privacy=desired_shelf.privacy
)
return redirect('/')