From 0c2997e56235b13b3dc2c0bf41e7ccd8e84fc465 Mon Sep 17 00:00:00 2001 From: Joachim Date: Wed, 29 Dec 2021 20:16:53 +0100 Subject: [PATCH] Curlylint fixes --- bookwyrm/templates/search/book.html | 8 ++++---- .../templates/snippets/filters_panel/filters_panel.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bookwyrm/templates/search/book.html b/bookwyrm/templates/search/book.html index a77340c6..5a4871fd 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 b4e2e88d..bf971d40 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 %}