Changes orientation of move book menu on shelf page

This commit is contained in:
Mouse Reeve 2021-04-01 19:33:46 -07:00
parent 642c41353e
commit 97192d3296

View file

@ -111,12 +111,14 @@
{% endif %}
{% if shelf.user == request.user %}
<td>
{% with right=True %}
{% if not shelf.id %}
{% active_shelf book as current %}
{% include 'snippets/shelf_selector.html' with current=current.shelf class="is-small" %}
{% else %}
{% include 'snippets/shelf_selector.html' with current=shelf class="is-small" %}
{% endif %}
{% endwith %}
</td>
{% endif %}
</tr>