diff --git a/bookwyrm/templates/lists/form.html b/bookwyrm/templates/lists/form.html
index af0b8abf6..ec265cc1c 100644
--- a/bookwyrm/templates/lists/form.html
+++ b/bookwyrm/templates/lists/form.html
@@ -28,7 +28,7 @@
Open
- Anyone can add books to this list, but only you can remove them
+ Anyone can add books to this list
@@ -39,7 +39,6 @@
Save
- {% include 'snippets/toggle/close_button.html' with controls_text='create-list' text="Cancel" %}
diff --git a/bookwyrm/templates/lists/list_layout.html b/bookwyrm/templates/lists/list_layout.html
index 135655ee7..5e8d2c12c 100644
--- a/bookwyrm/templates/lists/list_layout.html
+++ b/bookwyrm/templates/lists/list_layout.html
@@ -10,13 +10,18 @@
{% if request.user == list.user %}
- {% include 'snippets/toggle/open_button.html' with text="Edit list" icon="pencil" controls_text="create-list" %}
+ {% include 'snippets/toggle/open_button.html' with text="Edit list" icon="pencil" controls_text="edit-list" %}
{% endif %}
-
diff --git a/bookwyrm/templates/lists/lists.html b/bookwyrm/templates/lists/lists.html
index 1f230b783..97b156419 100644
--- a/bookwyrm/templates/lists/lists.html
+++ b/bookwyrm/templates/lists/lists.html
@@ -17,7 +17,12 @@