diff --git a/templates/partials/_add_remove_button.html b/templates/partials/_add_remove_button.html index 70d6faf..019cc25 100644 --- a/templates/partials/_add_remove_button.html +++ b/templates/partials/_add_remove_button.html @@ -13,9 +13,115 @@ {% endif %} {% if session['is_admin'] and item.can_remove %} - + + -{% endif%} \ No newline at end of file +{% endif%} +{% if session['is_admin'] and item.can_remove %} + +{% endif %} + + + \ No newline at end of file