summaryrefslogtreecommitdiffstats
path: root/templates/auth/signup_success.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/auth/signup_success.html')
-rw-r--r--templates/auth/signup_success.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/auth/signup_success.html b/templates/auth/signup_success.html
new file mode 100644
index 0000000..20fc7c2
--- /dev/null
+++ b/templates/auth/signup_success.html
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+
+{% block title %}Email Sent{% endblock %}
+
+{% block content %}
+ <form>
+ <fieldset>
+ <legend>Email Sent</legend>
+ <p>
+ An email has been sent to <tt>{{ email }}</tt> - please follow
+ the link inside to finish creating your account.
+ </p>
+ </fieldset>
+ </form>
+{% endblock %}