Show shelf description
This commit is contained in:
parent
5ea40e23b7
commit
242ffe5456
@ -63,6 +63,7 @@
|
|||||||
{% include 'shelf/create_shelf_form.html' with controls_text='create_shelf_form' %}
|
{% include 'shelf/create_shelf_form.html' with controls_text='create_shelf_form' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
<div class="block columns is-mobile">
|
<div class="block columns is-mobile">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h2 class="title is-3">
|
<h2 class="title is-3">
|
||||||
@ -108,6 +109,10 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if shelf.description %}
|
||||||
|
<p>{{ shelf.description }}</p>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="block">
|
<div class="block">
|
||||||
{% include 'shelf/edit_shelf_form.html' with controls_text="edit_shelf_form" %}
|
{% include 'shelf/edit_shelf_form.html' with controls_text="edit_shelf_form" %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user