summaryrefslogtreecommitdiff
path: root/web/template/confirmed.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/confirmed.tmpl')
-rw-r--r--web/template/confirmed.tmpl13
1 files changed, 6 insertions, 7 deletions
diff --git a/web/template/confirmed.tmpl b/web/template/confirmed.tmpl
index 3cf5b7ac9..c1633a8fb 100644
--- a/web/template/confirmed.tmpl
+++ b/web/template/confirmed.tmpl
@@ -17,12 +17,11 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ -}}
-{{ template "header.tmpl" .}}
+{{- with . }}
<main>
- <section>
- <h1>Email Address Confirmed</h1>
- <p>Thanks {{.username}}! Your email address <b>{{.email}}</b> has been confirmed.<p>
- </section>
+ <section>
+ <h1>Email Address Confirmed</h1>
+ <p>Thanks {{ .username -}}! Your email address <b>{{- .email -}}</b> has been confirmed.<p>
+ </section>
</main>
-
-{{ template "footer.tmpl" .}} \ No newline at end of file
+{{- end }} \ No newline at end of file