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

View File

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