This commit is contained in:
bronku 2025-03-27 08:25:01 +01:00
parent 47a1ec95b8
commit 06fb132993

View file

@ -17,7 +17,6 @@
<th>Accepted</th>
<th>Status</th>
<th>Paid</th>
<th>Cakes</th>
</tr>
{{range .}}
<tr>
@ -30,7 +29,6 @@
<th>{{.Accepted.Format "2006-01-02"}}</th>
<th>{{.Status}}</th>
<th>{{.Paid}}</th>
<th>{{range .Cakes}} {{.Name}} {{.Amount}} {{end}}</th>
</tr>
{{end}}
</table>