Use the samen render common template for user pages

pull/31/head
Marcel van der Boom 6 years ago
parent 7181fd9d9e
commit 8144c9581d
  1. 2
      templates.go

@ -90,7 +90,7 @@ func initUserPage(path, key string) {
path, path,
filepath.Join(templatesDir, "user", "include", "header.tmpl"), filepath.Join(templatesDir, "user", "include", "header.tmpl"),
filepath.Join(templatesDir, "user", "include", "footer.tmpl"), filepath.Join(templatesDir, "user", "include", "footer.tmpl"),
filepath.Join(templatesDir, "user", "include", "render.tmpl"), filepath.Join(templatesDir, "include", "render.tmpl"),
)) ))
} }

Loading…
Cancel
Save