menu added
All checks were successful
Deploy to NAS / deploy (push) Successful in 1m47s

This commit is contained in:
Christoph K.
2026-04-09 22:28:02 +02:00
parent b73d91ccaa
commit 8eef933573
6 changed files with 37 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ func (h *JournalHandler) HandleGetEditEntry(w http.ResponseWriter, r *http.Reque
http.Error(w, "Eintrag nicht gefunden", http.StatusNotFound)
return
}
render(w, "edit_entry.html", map[string]any{"Entry": entry})
render(w, r, "edit_entry.html", map[string]any{"Entry": entry})
}
// HandleUpdateEntry handles POST /entries/{id} (multipart/form-data).