diff --git a/bookwyrm/templates/search_results.html b/bookwyrm/templates/search_results.html index add82a7d..d35881f1 100644 --- a/bookwyrm/templates/search_results.html +++ b/bookwyrm/templates/search_results.html @@ -26,7 +26,9 @@
{% endif %} @@ -58,7 +60,9 @@ {% endif %} {% endfor %} {% if local_results.results %} - + {% endif %} diff --git a/bookwyrm/templates/snippets/status_body.html b/bookwyrm/templates/snippets/status_body.html index 9016669f..1c1d41de 100644 --- a/bookwyrm/templates/snippets/status_body.html +++ b/bookwyrm/templates/snippets/status_body.html @@ -33,7 +33,11 @@ {% if request.user.is_authenticated %} {% include 'snippets/boost_button.html' with status=status %} {% include 'snippets/fav_button.html' with status=status %}