1
0
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:
Timur Ismagilov 2020-07-15 18:55:47 +05:00
parent de9a837bc6
commit 28585171bd

View File

@ -22,8 +22,7 @@ func HyphaEdit(h *fs.Hypha) []byte { //
return layout("edit/index").
withMap(hyphaData).
wrapInBase(map[string]string{
"Title": fmt.Sprintf(cfg.TitleEditTemplate, h.FullName),
"Sidebar": layout("edit/sidebar").withMap(hyphaData).String(),
"Title": fmt.Sprintf(cfg.TitleEditTemplate, h.FullName),
})
}