+
{% trans "Progress Updates:" %}
@@ -58,7 +58,11 @@
-
{% trans "Edit read dates" as button_text %}
- {% include 'snippets/toggle/toggle_button.html' with class="is-small" text=button_text icon="pencil" controls_text="edit_readthrough" controls_uid=readthrough.id focus="edit_readthrough" %}
+
{% trans "Delete these read dates" as button_text %}
@@ -74,16 +78,7 @@
-
-{% join "delete_readthrough" readthrough.id as modal_id %}
-{% include 'readthrough/delete_readthrough_modal.html' with id=modal_id %}
+{% join "edit_readthrough" readthrough.id as edit_modal_id %}
+{% include "readthrough/readthrough_modal.html" with readthrough=readthrough id=edit_modal_id %}
+{% join "delete_readthrough" readthrough.id as delete_modal_id %}
+{% include 'readthrough/delete_readthrough_modal.html' with id=delete_modal_id %}
diff --git a/bookwyrm/templates/readthrough/add_readthrough_modal.html b/bookwyrm/templates/readthrough/readthrough_modal.html
similarity index 100%
rename from bookwyrm/templates/readthrough/add_readthrough_modal.html
rename to bookwyrm/templates/readthrough/readthrough_modal.html