From 84fcc7f17ab01eb9865a3914461070d46a044f8e Mon Sep 17 00:00:00 2001 From: Maciej Bowszys Date: Fri, 3 Jul 2026 00:31:33 +0200 Subject: [PATCH] 260703_003133 --- moira_db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moira_db.go b/moira_db.go index aa712f0..4435a15 100644 --- a/moira_db.go +++ b/moira_db.go @@ -285,7 +285,7 @@ func main(){ template_renders := map[string]struct{Template string;Context *map[string]any} { "/": {"index.html", nil}, - "/film/view/": {"index.html", &db_film}, + "/film/view/": {"film/view/index.html", &db_film}, "/film/edit/": {"index.html", nil}, //"/list/view/": {"index.html", nil}, //"/list/edit/": {"index.html", nil},