From 06fb13299393e8250379f1c0e3e862bef52faa0c Mon Sep 17 00:00:00 2001 From: bronku Date: Thu, 27 Mar 2025 08:25:01 +0100 Subject: [PATCH] Remove --- internal/server/templates/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html index aa9d30d..42e434c 100644 --- a/internal/server/templates/index.html +++ b/internal/server/templates/index.html @@ -17,7 +17,6 @@ Accepted Status Paid - Cakes {{range .}} @@ -30,7 +29,6 @@ {{.Accepted.Format "2006-01-02"}} {{.Status}} {{.Paid}} - {{range .Cakes}} {{.Name}} {{.Amount}} {{end}} {{end}}