updates; fixes; progresses #5

This commit is contained in:
Henrique Dias
2016-07-01 10:46:09 +01:00
parent d294d1b116
commit 375a2647ea
19 changed files with 1227 additions and 1251 deletions

View File

@@ -82,7 +82,7 @@ func (p Page) PrintAsHTML(w http.ResponseWriter, templates ...string) (int, erro
if p.Minimal {
templates = append(templates, "actions", "minimal")
} else {
templates = append(templates, "buttons", "actions", "base")
templates = append(templates, "actions", "base")
}
var tpl *template.Template