Skip to content

Commit

Permalink
Fix for LEFT-BOOK-CLUB-7
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed May 5, 2022
1 parent ab8449b commit f23a4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/app/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="h2 fw-normal">Welcome to the Left Book Club, {% user_display user %}<
{% include "app/includes/membership_card.html" %}
</div>
{% with settings.app.FeaturedContent.current_book as book %}
{% if book is not None %}
{% if book is not None and book.url is not None %}
{% include "app/includes/book_card.html" with page=book label="Preparing for delivery" %}
{% endif %}
{% endwith%}
Expand Down

0 comments on commit f23a4a4

Please sign in to comment.