From 5306561ddd5d92ada7babc40a25327fe6921d830 Mon Sep 17 00:00:00 2001 From: Midgard Date: Wed, 25 May 2022 15:11:06 +0200 Subject: [PATCH] Correct word on home page --- app/templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/utils.html b/app/templates/utils.html index 0af7b82..6ef2cf7 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -2,7 +2,7 @@
{{ order.location_name }}
- {{ order.items.count() }} orders

+ {{ order.items.count() }} items ordered

{% if order.stoptime %} Closes {{ order.stoptime.strftime("%H:%M") }}{{ order.stoptime|countdown }}