1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

feat: add basic sign up instructions

This commit is contained in:
Ferdinand Mütsch
2020-05-24 21:42:15 +02:00
parent 2cca2cb0bb
commit 625994d1e9
8 changed files with 57 additions and 12 deletions

View File

@@ -27,6 +27,9 @@ func loadTemplates() {
"getBasePath": func() string {
return models.GetConfig().BasePath
},
"getVersion": func() string {
return models.GetConfig().Version
},
})
templates = make(map[string]*template.Template)