Variable naming cleanup.
This commit is contained in:
parent
bbf27d1b04
commit
5582bb6acd
5 changed files with 51 additions and 46 deletions
|
|
@ -26,6 +26,7 @@ func (r *Register) Get(c echo.Context) error {
|
|||
p.Name = "register"
|
||||
p.Title = "Register"
|
||||
p.Data = r.form
|
||||
|
||||
return r.RenderPage(c, p)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue