diff --git a/app/templates/drink_buy.html b/app/templates/drink_buy.html index 16d259a..d0c709a 100644 --- a/app/templates/drink_buy.html +++ b/app/templates/drink_buy.html @@ -11,7 +11,7 @@

{{ drink.name }}

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

Stock: {{ drink.stock }}

-

Pay to: {{ drink.phone_number }}

+

Pay to: {{ drink.stocked_by }}

{% if drink.stock > 0 %}