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