From 2a986064a2657c9091a31a941ce0d004191b8453 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 24 Jul 2023 21:11:35 +0200 Subject: ref: Move to boxed tests --- templates/user.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user.qtpl') 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() %}

Initial Setup

-- cgit v1.2.3