mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-10-30 11:46:16 +00:00
Remove sidebar invocation
This commit is contained in:
parent
de9a837bc6
commit
28585171bd
@ -23,7 +23,6 @@ func HyphaEdit(h *fs.Hypha) []byte { //
|
|||||||
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…
Reference in New Issue
Block a user