From a29ade4773c38855b2a51fbb4c761275e9d93a6c Mon Sep 17 00:00:00 2001 From: Jasper Janin Date: Thu, 27 Oct 2022 22:12:03 +0200 Subject: [PATCH] Remove redundant class attributes --- app/templates/utils.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/utils.html b/app/templates/utils.html index ed7e2f3..781eac2 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -1,6 +1,6 @@ {% macro render_order(order) -%}
-
+
{{ order.location_name }}
{{ order.items.count() }} items ordered for {{ order.association }}

@@ -8,10 +8,10 @@ Closes {{ order.stoptime.strftime("%H:%M") }}{{ order.stoptime|countdown }} {% else %}open{% endif %}

-
+
-
+