diff --git a/bookwyrm/templates/user/shelf.html b/bookwyrm/templates/user/shelf.html index d1de6e00..0732327b 100644 --- a/bookwyrm/templates/user/shelf.html +++ b/bookwyrm/templates/user/shelf.html @@ -111,12 +111,14 @@ {% endif %} {% if shelf.user == request.user %} + {% 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 %} {% endif %}