CHANGE: sorted .templ files + added css classes + added nav header

This commit is contained in:
2025-02-24 10:42:09 +01:00
parent fdd6416ad9
commit a4e0bf82c9
18 changed files with 384 additions and 477 deletions

View File

@@ -83,7 +83,7 @@ func getBookings(w http.ResponseWriter, r *http.Request) {
return
}
ctx := context.WithValue(r.Context(), "user", user)
templates.TimeDashboard(bookings).Render(ctx, w)
templates.TimePage(bookings).Render(ctx, w)
}
func updateBooking(w http.ResponseWriter, r *http.Request) {