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 }}