Removes edit button from all books view

This commit is contained in:
Mouse Reeve 2021-03-31 10:36:10 -07:00
parent f89e94b0c0
commit ad2b938b4c

View file

@ -53,7 +53,7 @@
</span>
</h2>
</div>
{% if is_self %}
{% if is_self and shelf.id %}
<div class="column is-narrow">
{% trans "Edit shelf" as button_text %}
{% include 'snippets/toggle/open_button.html' with text=button_text icon="pencil" controls_text="edit-shelf-form" focus="edit-shelf-form-header" %}