aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/verification_sent.html
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/templates/payments/verification_sent.html')
-rw-r--r--alphabetlearning/templates/payments/verification_sent.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/alphabetlearning/templates/payments/verification_sent.html b/alphabetlearning/templates/payments/verification_sent.html
new file mode 100644
index 0000000..1de1236
--- /dev/null
+++ b/alphabetlearning/templates/payments/verification_sent.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %} {% load static %} {$ block content $}
+
+<h1>Verification Email Sent</h1>
+<p>Please check your email at {{ email }} to complete your subscription.</p>
+
+{$ endblock content $}