diff options
Diffstat (limited to 'web/template/confirmed.tmpl')
| -rw-r--r-- | web/template/confirmed.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/template/confirmed.tmpl b/web/template/confirmed.tmpl new file mode 100644 index 000000000..920f7d3b2 --- /dev/null +++ b/web/template/confirmed.tmpl @@ -0,0 +1,9 @@ +{{ template "header.tmpl" .}} +<main> + <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 |
