diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-24 21:11:35 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-24 21:11:35 +0200 |
commit | 2a986064a2657c9091a31a941ce0d004191b8453 (patch) | |
tree | bca26e42e1eba24c66057d9e9ede9d9c7f7940bc /templates | |
parent | 3b9d27649a31e5af3fb137ff5b3378e7b8f7b9ae (diff) | |
download | lens-2a986064a2657c9091a31a941ce0d004191b8453.tar.gz lens-2a986064a2657c9091a31a941ce0d004191b8453.tar.bz2 lens-2a986064a2657c9091a31a941ce0d004191b8453.zip |
ref: Move to boxed tests
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> |