diff options
Diffstat (limited to 'templates/web/default/auth/welcome.html')
-rw-r--r-- | templates/web/default/auth/welcome.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/default/auth/welcome.html b/templates/web/default/auth/welcome.html new file mode 100644 index 000000000..5727f82ad --- /dev/null +++ b/templates/web/default/auth/welcome.html @@ -0,0 +1,11 @@ +[% INCLUDE 'header.html', title => loc('Welcome') %] + +<h1>[% loc('Welcome') %]</h1> + +<p>Your new account on FIXME has been created!</p> + +FIXME - add blurb about being sent an email with a confirmation link to confirm +account. + + +[% INCLUDE 'footer.html' %]
\ No newline at end of file |