aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/success_email_signup.html
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/templates/payments/success_email_signup.html')
-rw-r--r--alphabetlearning/templates/payments/success_email_signup.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/alphabetlearning/templates/payments/success_email_signup.html b/alphabetlearning/templates/payments/success_email_signup.html
new file mode 100644
index 0000000..f953beb
--- /dev/null
+++ b/alphabetlearning/templates/payments/success_email_signup.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% load static %}
+
+{% block content %}
+ <div class="container my-5">
+ <div class="row">
+ <h2>Thanks for signing up!</h2>
+ <p>When we go live, we will be in touch with a 50% off discount code for your first purchase and other exclusive offers.</p>
+ </div>
+{% endblock content %} \ No newline at end of file