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">
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue