modified order details

This commit is contained in:
bronku 2025-04-05 22:00:48 +02:00
parent da77eb1cfa
commit 267869979e

View file

@ -87,9 +87,9 @@ Zamówienia
<table>
{{range .Cakes}}
<tr>
<th>{{.Name}}</th>
<th>{{.Price}}</th>
<th>{{.Amount}}</th>
<th>{{.ID}}<br>{{.Name}}</th>
<th>Cena:<br>{{.Price}}</th>
<th>Ilość:<br>{{.Amount}}</th>
</tr>
{{end}}
</table>