From 598a0587cf82ef25a7a9ab2f5662b41e79e6fbb8 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Fri, 11 Mar 2022 21:10:22 -0800 Subject: [PATCH] Fix issue with tabs on bottom of book page --- bookwyrm/views/books/books.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/views/books/books.py b/bookwyrm/views/books/books.py index 45550c17..f57ff023 100644 --- a/bookwyrm/views/books/books.py +++ b/bookwyrm/views/books/books.py @@ -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