aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/verification_success.html
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/templates/payments/verification_success.html')
-rw-r--r--alphabetlearning/templates/payments/verification_success.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/alphabetlearning/templates/payments/verification_success.html b/alphabetlearning/templates/payments/verification_success.html
new file mode 100644
index 0000000..1f8e95a
--- /dev/null
+++ b/alphabetlearning/templates/payments/verification_success.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %} {% load static %}
+
+<h1>Email Verified Successfully</h1>
+<p>
+ Thank you for verifying your email. You have been added to our subscriber
+ list.
+</p>