diff --git a/bookwyrm/templates/lists/list_layout.html b/bookwyrm/templates/lists/list_layout.html index 993587ca..1bbc98b4 100644 --- a/bookwyrm/templates/lists/list_layout.html +++ b/bookwyrm/templates/lists/list_layout.html @@ -10,7 +10,6 @@

{% include 'lists/created_text.html' with list=list %}

- {% include 'snippets/trimmed_text.html' with full=list.description %} {% if request.user == list.user %}
@@ -20,6 +19,10 @@ {% endif %} +
+ {% include 'snippets/trimmed_text.html' with full=list.description %} +
+
{% include 'lists/edit_form.html' with controls_text="edit-list" %}