diff --git a/bookwyrm/templates/lists/form.html b/bookwyrm/templates/lists/form.html index 4252d709f..9a000d3f5 100644 --- a/bookwyrm/templates/lists/form.html +++ b/bookwyrm/templates/lists/form.html @@ -45,8 +45,10 @@ + {% if list.id %}
{% trans "Delete list" as button_text %} {% include 'snippets/toggle/toggle_button.html' with class="is-danger" text=button_text icon_with_text="x" controls_text="delete_list" controls_uid=list.id focus="modal_title_delete_list" %}
+ {% endif %}