diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-26 17:03:16 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-26 17:03:16 +0000 |
commit | 04e490c0b0b65a21c531ac50a5ba321c79e14fa2 (patch) | |
tree | 428df0f34826b8aff22d9b37708ef286d3115015 /alphabetlearning/templates/payments/success_email_signup.html | |
parent | 78fd102b49f339af5432c2f0bebfab7ff9ac39bd (diff) |
Got the basic form anbd privacy policy in place
Diffstat (limited to 'alphabetlearning/templates/payments/success_email_signup.html')
-rw-r--r-- | alphabetlearning/templates/payments/success_email_signup.html | 11 |
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 |