From 687d389fa2d1f0e9a5e6d13f64943921d990ea86 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 10 Jun 2022 18:28:31 +0200 Subject: [PATCH] Fix not being able to delete an item from the list at the bottom of an order --- app/templates/order.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/templates/order.html b/app/templates/order.html index 0ad5611..fdc4948 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -314,9 +314,7 @@
  • {% if item.can_delete(order.id, current_user.id, session.get('anon_name', '')) -%} -
    - -
    + {% else %} {%- endif %}