Add user management interface
This commit is contained in:
parent
6cd5b1bc5e
commit
6f906ccae4
8 changed files with 124 additions and 8 deletions
|
@ -73,6 +73,7 @@ func InitTemplate(assetsPath string) *Template {
|
|||
path.Join(templatePath, "dashboard.html"),
|
||||
path.Join(templatePath, "settings.html"),
|
||||
path.Join(templatePath, "help.html"),
|
||||
path.Join(templatePath, "user_admin.html"),
|
||||
))
|
||||
|
||||
t.rss = txt_tmpl.Must(txt_tmpl.ParseFiles(
|
||||
|
|
Reference in a new issue