diff --git a/templates/index.html b/templates/index.html index a884456..166f36c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -138,8 +138,8 @@ {{ prod['icon'] }} - {{ '{:,.2f}'.format(prod['price']).replace('.', ',') }}€ - ({{ items.get(pos, 0) }}) + {{ '{:,.2f}'.format(prod['price']).replace('.', ',') }}€ + ({{ items.get(pos, 0) }}) {% endfor %}