From dae31459e47027a14eda21d0617fc0eb811abadc Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 3 Apr 2021 13:53:04 -0700 Subject: [PATCH] Show correct book when url param is provided --- bookwyrm/templates/feed/feed_layout.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/feed/feed_layout.html b/bookwyrm/templates/feed/feed_layout.html index 6ed696a1..9afd5e60 100644 --- a/bookwyrm/templates/feed/feed_layout.html +++ b/bookwyrm/templates/feed/feed_layout.html @@ -12,6 +12,7 @@ {% if not suggested_books %}

{% trans "There are no books here right now! Try searching for a book to get started" %}

{% else %} + {% with active_book=request.GET.book %}