diff --git a/TODO.md b/TODO.md
index f3e5bfc..ea4a912 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,6 +16,7 @@
- [ ] Input Validation
- [ ] Saparate routing logic, and http handlers
- [ ] Better error Handling
+- [ ] handle every error
- [ ] Migrate to gorm -> simplification of codebase
- [ ] Proper session auth ?
- [ ] /orders/search htmx trigger `
diff --git a/server/templates/cakes.gohtml b/server/templates/cakes.gohtml
index 0e898c6..5bf67fb 100644
--- a/server/templates/cakes.gohtml
+++ b/server/templates/cakes.gohtml
@@ -8,16 +8,12 @@ Cakes
|
Name |
Price |
- Category |
- Availability |
{{range .}}
| edit |
{{.Name}} |
{{.Price}} |
- {{.Category}} |
- {{.Availability}} |
{{end}}
diff --git a/server/templates/order.gohtml b/server/templates/order.gohtml
index ec2fc5f..1e88d55 100644
--- a/server/templates/order.gohtml
+++ b/server/templates/order.gohtml
@@ -31,7 +31,11 @@
-
+