Use the samen render common template for user pages
This commit is contained in:
parent
7181fd9d9e
commit
8144c9581d
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue