aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/success_email_signup.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-01 17:42:16 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-01 17:42:16 +0000
commita4d3966ce2c4be2fafd3cc0f92aeda07b608bd8b (patch)
treef539750fbe5c1774598e1b03169850b262e21067 /alphabetlearning/templates/payments/success_email_signup.html
parent54513b64369a880747191ff13f217002972f2b18 (diff)
Adds some nice images and tidies up funnel page
Diffstat (limited to 'alphabetlearning/templates/payments/success_email_signup.html')
-rw-r--r--alphabetlearning/templates/payments/success_email_signup.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/alphabetlearning/templates/payments/success_email_signup.html b/alphabetlearning/templates/payments/success_email_signup.html
index f953beb..8c7d618 100644
--- a/alphabetlearning/templates/payments/success_email_signup.html
+++ b/alphabetlearning/templates/payments/success_email_signup.html
@@ -3,9 +3,10 @@
{% 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 class="container my-5 text-center">
+ <div class="row bg-light p-4 rounded">
+ <h2 class="text-success">Success! Thank you for signing up.</h2>
+ <p>A confirmation email has been sent to your inbox. We'll be in touch before our go-live
+ date with full details on how to register for an Alphabet Learning account and receive your discount.</p>
</div>
{% endblock content %} \ No newline at end of file