From 265c2f8d9d6103dfe500ba165cbec4c296643783 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 1 Apr 2021 19:41:01 -0700 Subject: [PATCH] Show current shelf in move menu --- bookwyrm/templates/snippets/shelf_selector.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bookwyrm/templates/snippets/shelf_selector.html b/bookwyrm/templates/snippets/shelf_selector.html index edc291e0..0be4465f 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 %}