@@ -20,7 +21,6 @@
{% include 'snippets/shelve_button/start_reading_modal.html' with book=active_shelf.book controls_text="start-reading" controls_uid=uuid %}
-{% latest_read_through book request.user as readthrough %}
{% include 'snippets/shelve_button/finish_reading_modal.html' with book=active_shelf.book controls_text="finish-reading" controls_uid=uuid readthrough=readthrough %}
{% include 'snippets/shelve_button/progress_update_modal.html' with book=shelf_book.book controls_text="progress-update" controls_uid=uuid readthrough=readthrough %}
diff --git a/bookwyrm/templates/snippets/shelve_button/shelve_button_options.html b/bookwyrm/templates/snippets/shelve_button/shelve_button_options.html
index 56783b2cc..a002917f4 100644
--- a/bookwyrm/templates/snippets/shelve_button/shelve_button_options.html
+++ b/bookwyrm/templates/snippets/shelve_button/shelve_button_options.html
@@ -28,6 +28,8 @@
{% if dropdown %}{% endif %}
{% endfor %}
{% if dropdown %}
+
+{% if readthrough and active_shelf.shelf.identifier != 'read' %}
{% trans "Update progress" as button_text %}
@@ -35,3 +37,18 @@
{% endif %}
+
+{% if active_shelf.shelf %}
+
+
+
+
+
+{% endif %}
+
+{% endif %}