forked from mirrors/bookwyrm
Move description text below header
This commit is contained in:
parent
cf7cbfdf8f
commit
1aa319d6ee
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue