diff --git a/bookwyrm/templates/search/book.html b/bookwyrm/templates/search/book.html index a77340c64..5a4871fd7 100644 --- a/bookwyrm/templates/search/book.html +++ b/bookwyrm/templates/search/book.html @@ -37,6 +37,8 @@
{% if not result_set.connector.local %}
+ {% endif %} + {% if not result_set.connector.local %}

{% trans 'Results from' %} @@ -45,13 +47,10 @@

- {% endif %} + {% endif %}
-
-
-
    {% for result in result_set.results %}
  • @@ -86,6 +85,7 @@ {% endfor %}
+
{% if not result_set.connector.local %}
{% endif %} diff --git a/bookwyrm/templates/snippets/filters_panel/filters_panel.html b/bookwyrm/templates/snippets/filters_panel/filters_panel.html index b4e2e88d0..bf971d40b 100644 --- a/bookwyrm/templates/snippets/filters_panel/filters_panel.html +++ b/bookwyrm/templates/snippets/filters_panel/filters_panel.html @@ -27,7 +27,7 @@
-
+ {% if method == 'post' %} {% csrf_token %} {% endif %}