diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user.qtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user.qtpl b/templates/user.qtpl index ba2f071..6ec783d 100644 --- a/templates/user.qtpl +++ b/templates/user.qtpl @@ -9,7 +9,7 @@ type UserPage struct { %} -{% func (p *UserPage) Title() %}Login{% endfunc %} +{% func (p *UserPage) Title() %}User{% endfunc %} {% func (p *UserPage) Content() %} <h1>Initial Setup</h1> |