diff options
Diffstat (limited to 'alphabetlearning/templates/payments')
-rw-r--r-- | alphabetlearning/templates/payments/success_email_signup.html | 9 |
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 |