summaryrefslogtreecommitdiff
path: root/internal/handlers/timeline.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/timeline.go')
-rw-r--r--internal/handlers/timeline.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/timeline.go b/internal/handlers/timeline.go
index fa5bcec..29b156a 100644
--- a/internal/handlers/timeline.go
+++ b/internal/handlers/timeline.go
@@ -109,7 +109,7 @@ func (h *Handler) HandleTimeline(w http.ResponseWriter, r *http.Request) {
data.TomorrowHours = append(data.TomorrowHours, h)
}
- HTMLResponse(w, h.templates, "timeline-tab", data)
+ HTMLResponse(w, h.renderer, "timeline-tab", data)
}
// calcCalendarBounds returns start/end hours for calendar view based on timed events.