diff --git a/bookwyrm/templates/snippets/shelf_selector.html b/bookwyrm/templates/snippets/shelf_selector.html index edc291e0c..0be4465f1 100644 --- a/bookwyrm/templates/snippets/shelf_selector.html +++ b/bookwyrm/templates/snippets/shelf_selector.html @@ -7,17 +7,15 @@ {% block dropdown-list %} {% for shelf in request.user.shelf_set.all %} -{% if shelf.identifier != current.identifier %}
  • -{% endif %} {% endfor %}