From 720109564d82bab2cd3d15326cf4835849329b8b Mon Sep 17 00:00:00 2001 From: Joachim Date: Wed, 21 Apr 2021 21:35:42 +0200 Subject: [PATCH] Fix condition --- .../templates/snippets/shelve_button/shelve_button_options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/shelve_button/shelve_button_options.html b/bookwyrm/templates/snippets/shelve_button/shelve_button_options.html index baeb0ff6..1eaa2463 100644 --- a/bookwyrm/templates/snippets/shelve_button/shelve_button_options.html +++ b/bookwyrm/templates/snippets/shelve_button/shelve_button_options.html @@ -3,7 +3,7 @@ {% for shelf in shelves %} {% comparison_bool shelf.identifier active_shelf.shelf.identifier as is_current %} {% if dropdown %}