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.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/alphabetlearning/templates/payments/success_email_signup.html b/alphabetlearning/templates/payments/success_email_signup.html
index 8c7d618..0988995 100644
--- a/alphabetlearning/templates/payments/success_email_signup.html
+++ b/alphabetlearning/templates/payments/success_email_signup.html
@@ -3,10 +3,16 @@
{% load static %}
{% block content %}
- <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 class="row justify-content-center my-5">
+ <div class="col-lg-12">
+ <h2 class="display-4 font-weight-bolder my-3">
+ Success!
+ </h2>
+ <div>
+ <p class="display-6 mb-4" style="color: darkgray;">
+ Just wait will you. You'll here from us next year.
+ </p>
+ </div>
</div>
+ </div>
{% endblock content %} \ No newline at end of file