diff --git a/bookwyrm/templates/feed/feed_layout.html b/bookwyrm/templates/feed/feed_layout.html index 6ed696a12..9afd5e600 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 %}