260703_003133
This commit is contained in:
parent
1584bf039e
commit
84fcc7f17a
@ -285,7 +285,7 @@ func main(){
|
|||||||
|
|
||||||
template_renders := map[string]struct{Template string;Context *map[string]any} {
|
template_renders := map[string]struct{Template string;Context *map[string]any} {
|
||||||
"/": {"index.html", nil},
|
"/": {"index.html", nil},
|
||||||
"/film/view/": {"index.html", &db_film},
|
"/film/view/": {"film/view/index.html", &db_film},
|
||||||
"/film/edit/": {"index.html", nil},
|
"/film/edit/": {"index.html", nil},
|
||||||
//"/list/view/": {"index.html", nil},
|
//"/list/view/": {"index.html", nil},
|
||||||
//"/list/edit/": {"index.html", nil},
|
//"/list/edit/": {"index.html", nil},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user