Use the samen render common template for user pages

This commit is contained in:
Marcel van der Boom 2018-11-20 22:11:53 +01:00
parent 7181fd9d9e
commit 8144c9581d

View file

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