diff --git a/bookwyrm/templates/lists/layout.html b/bookwyrm/templates/lists/layout.html index c194e2f5f..e61d72b56 100644 --- a/bookwyrm/templates/lists/layout.html +++ b/bookwyrm/templates/lists/layout.html @@ -12,12 +12,16 @@

-
+
{% if request.user == list.user %} +
{% trans "Edit List" as button_text %} {% include 'snippets/toggle/open_button.html' with text=button_text icon_with_text="pencil" controls_text="edit_list" focus="edit_list_header" %} +
{% endif %} - {% include "lists/bookmark_button.html" with list=list %} +
+ {% include "lists/bookmark_button.html" with list=list %} +