aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/verification_success.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-03 17:10:23 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-03 17:10:23 +0000
commit3bcd728b0bd37c95865205a75ffbddfb2e086f90 (patch)
tree181a79c8e8b156509bfe03c34fd8ceff57382b20 /alphabetlearning/templates/payments/verification_success.html
parent38f7a88a15f1278df6a44242e2e22814914beddb (diff)
First cut at email verification
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>