diff --git a/bookwyrm/templates/get_started/books.html b/bookwyrm/templates/get_started/books.html index 06f87c3a..ae265122 100644 --- a/bookwyrm/templates/get_started/books.html +++ b/bookwyrm/templates/get_started/books.html @@ -24,11 +24,11 @@
{% csrf_token %}

{% trans "Suggested Books" %}

-
+
{% if book_results %}

Search results

-
+
{% for book in book_results %} {% include 'get_started/book_preview.html' %} {% endfor %} @@ -40,7 +40,7 @@

{% blocktrans %}Popular on {{ site_name }}{% endblocktrans %}

-
+
{% for book in popular_books %} {% include 'get_started/book_preview.html' %} {% endfor %}