fix: align template data keys with template expectations

This commit is contained in:
2026-05-13 12:49:56 +02:00
parent 862961d262
commit c814e1d391
2 changed files with 21 additions and 20 deletions

View File

@@ -107,7 +107,7 @@ func (h *WatchlistHandler) HandleGetWatchlist(c *gin.Context) {
}
c.HTML(http.StatusOK, "watchlist.gohtml", gin.H{
"Entries": entries,
"AllEntries": entries,
"CurrentPath": "/watchlist",
"User": user,
})