From a8b1c1ce98ac4b161e673799e93f17177e790ed2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 6 Nov 2020 15:20:11 -0800 Subject: [PATCH] button audit --- bookwyrm/templates/notifications.html | 1 - bookwyrm/templates/password_reset_request.html | 2 +- bookwyrm/templates/search_results.html | 2 +- bookwyrm/templates/snippets/follow_button.html | 6 +++--- bookwyrm/templates/snippets/follow_request_buttons.html | 4 ++-- bookwyrm/templates/snippets/shelf.html | 2 +- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/bookwyrm/templates/notifications.html b/bookwyrm/templates/notifications.html index afd4d8ae..d4ca5f8c 100644 --- a/bookwyrm/templates/notifications.html +++ b/bookwyrm/templates/notifications.html @@ -59,4 +59,3 @@ {% endblock %} - diff --git a/bookwyrm/templates/password_reset_request.html b/bookwyrm/templates/password_reset_request.html index f66d84a9..a6df63b9 100644 --- a/bookwyrm/templates/password_reset_request.html +++ b/bookwyrm/templates/password_reset_request.html @@ -17,7 +17,7 @@
- +
diff --git a/bookwyrm/templates/search_results.html b/bookwyrm/templates/search_results.html index cb997298..add82a7d 100644 --- a/bookwyrm/templates/search_results.html +++ b/bookwyrm/templates/search_results.html @@ -49,7 +49,7 @@ {% csrf_token %}
{% include 'snippets/search_result_text.html' with result=result link=False %}
- + {% endfor %} diff --git a/bookwyrm/templates/snippets/follow_button.html b/bookwyrm/templates/snippets/follow_button.html index 1f914a6c..3fdcbab8 100644 --- a/bookwyrm/templates/snippets/follow_button.html +++ b/bookwyrm/templates/snippets/follow_button.html @@ -11,14 +11,14 @@ Follow request already sent. {% csrf_token %} {% if user.manually_approves_followers %} - + {% else %} - + {% endif %}
{% csrf_token %} - +
{% endif %} diff --git a/bookwyrm/templates/snippets/follow_request_buttons.html b/bookwyrm/templates/snippets/follow_request_buttons.html index 165887e0..b6296d3f 100644 --- a/bookwyrm/templates/snippets/follow_request_buttons.html +++ b/bookwyrm/templates/snippets/follow_request_buttons.html @@ -3,11 +3,11 @@
{% csrf_token %} - +
{% csrf_token %} - +
{% endif %} diff --git a/bookwyrm/templates/snippets/shelf.html b/bookwyrm/templates/snippets/shelf.html index adee004e..a9238a45 100644 --- a/bookwyrm/templates/snippets/shelf.html +++ b/bookwyrm/templates/snippets/shelf.html @@ -71,7 +71,7 @@ {% csrf_token %} -