diff --git a/bookwyrm/templates/feed.html b/bookwyrm/templates/feed.html
index d15f7d761..b6c6f7ab9 100644
--- a/bookwyrm/templates/feed.html
+++ b/bookwyrm/templates/feed.html
@@ -54,17 +54,17 @@
-
-
- {% include 'snippets/shelve_button.html' with book=book %}
- {% active_shelf book as active_shelf %}
-
- {% if active_shelf.identifier == 'reading' and book.latest_readthrough %}
-
- {% include 'snippets/progress_update.html' with readthrough=book.latest_readthrough %}
-
- {% endif %}
-
+
+
+ {% include 'snippets/shelve_button.html' with book=book %}
+
+ {% active_shelf book as active_shelf %}
+ {% if active_shelf.shelf.identifier == 'reading' and book.latest_readthrough %}
+
+ {% include 'snippets/progress_update.html' with readthrough=book.latest_readthrough %}
+
+ {% endif %}
+
{% include 'snippets/create_status.html' with book=book %}
diff --git a/bookwyrm/templates/snippets/progress_update.html b/bookwyrm/templates/snippets/progress_update.html
index 9de51b07b..6936429d3 100644
--- a/bookwyrm/templates/snippets/progress_update.html
+++ b/bookwyrm/templates/snippets/progress_update.html
@@ -12,7 +12,7 @@