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 %}
{% 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 @@
{% 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 %}
-