add working signup + login
This commit is contained in:
parent
bc85b7c340
commit
d8cb8c8fa8
27 changed files with 600 additions and 39 deletions
|
@ -14,6 +14,7 @@ func (app *App) Template(w http.ResponseWriter, r *http.Request, tmplName string
|
|||
}
|
||||
|
||||
tctx := pongo2.Context{
|
||||
"config": app.DBConfig.Get(),
|
||||
"flash_message": app.getFlash(w, r),
|
||||
}
|
||||
tctx.Update(ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue