From 88787e41d46ef49f83ce72ba14ef818bb57b1ad3 Mon Sep 17 00:00:00 2001 From: Diogo Diniz Date: Fri, 14 Aug 2026 11:43:53 +0100 Subject: [PATCH] feat: Added price tag to buy page --- app/templates/drink_buy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/drink_buy.html b/app/templates/drink_buy.html index d0c709a..dbbe607 100644 --- a/app/templates/drink_buy.html +++ b/app/templates/drink_buy.html @@ -9,7 +9,7 @@

{{ drink.name }}

-

{{ "%.2f"|format(drink.price) }}€

+

Price: {{ "%.2f"|format(drink.price) }}€

Stock: {{ drink.stock }}

Pay to: {{ drink.stocked_by }}