forked from mirrors/bookwyrm
Fix issue with tabs on bottom of book page
This commit is contained in:
parent
f2d7bdbf27
commit
598a0587cf
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Book(View):
|
|||
if not book or not book.parent_work:
|
||||
raise Http404()
|
||||
|
||||
if redirect := maybe_redirect_local_path(request, book):
|
||||
if redirect := not user_statuses and maybe_redirect_local_path(request, book):
|
||||
return redirect
|
||||
|
||||
# all reviews for all editions of the book
|
||||
|
|
Loading…
Reference in a new issue