From 1aa319d6eeec6d49cb373b2754fa28a0c2b055d7 Mon Sep 17 00:00:00 2001 From: Joachim Date: Sun, 23 May 2021 17:17:46 +0200 Subject: [PATCH] Move description text below header --- bookwyrm/templates/lists/list_layout.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" %}