aboutsummaryrefslogblamecommitdiffstats
path: root/alphabetlearning/templates/payments/success_email_signup.html
blob: f953beb46baf3374874833c1dc53dedddd7ca8cc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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 %}