Move description text below header

This commit is contained in:
Joachim 2021-05-23 17:17:46 +02:00
parent cf7cbfdf8f
commit 1aa319d6ee

View file

@ -10,7 +10,6 @@
<p class="subtitle help">
{% include 'lists/created_text.html' with list=list %}
</p>
{% include 'snippets/trimmed_text.html' with full=list.description %}
</div>
{% if request.user == list.user %}
<div class="column is-narrow">
@ -20,6 +19,10 @@
{% endif %}
</header>
<div class="block content">
{% include 'snippets/trimmed_text.html' with full=list.description %}
</div>
<div class="block">
{% include 'lists/edit_form.html' with controls_text="edit-list" %}
</div>