fix: pass user to watchlist template

This commit is contained in:
2026-05-02 18:30:20 +02:00
committed by Mikkel Elvers
parent 8bf7a9e369
commit 5518e993e0

View File

@@ -138,6 +138,7 @@ func (h *Handler) HandleGetWatchlist(w http.ResponseWriter, r *http.Request) {
}
data := map[string]any{
"User": user,
"CurrentPath": r.URL.Path,
"WatchlistByStatus": watchlistByStatus,
"AllEntries": allEntries,