mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-07-15 07:22:49 +00:00
Remove sidebar invocation
This commit is contained in:
parent
de9a837bc6
commit
28585171bd
@ -22,8 +22,7 @@ func HyphaEdit(h *fs.Hypha) []byte { //
|
|||||||
return layout("edit/index").
|
return layout("edit/index").
|
||||||
withMap(hyphaData).
|
withMap(hyphaData).
|
||||||
wrapInBase(map[string]string{
|
wrapInBase(map[string]string{
|
||||||
"Title": fmt.Sprintf(cfg.TitleEditTemplate, h.FullName),
|
"Title": fmt.Sprintf(cfg.TitleEditTemplate, h.FullName),
|
||||||
"Sidebar": layout("edit/sidebar").withMap(hyphaData).String(),
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user