From ced0981e7cbd25979996e671340aaec4a2430e74 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Fri, 11 Oct 2024 10:46:47 +0200 Subject: [PATCH] price fix --- alkatorapi/templates/invoice.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alkatorapi/templates/invoice.html b/alkatorapi/templates/invoice.html index b0d3256..53d9a3b 100644 --- a/alkatorapi/templates/invoice.html +++ b/alkatorapi/templates/invoice.html @@ -217,9 +217,9 @@ 1 - {{racer.price}},00 Kč + {{racer.price / 100}},00 Kč - {{racer.price}},00 Kč + {{racer.price / 100}},00 Kč @@ -272,7 +272,7 @@ Celkem - {{racer.price}},00 Kč + {{racer.price / 100}},00 Kč