aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/verification_sent.html
blob: 7c44d79751a2dbfeaa4af6a511cac3605eba207d (plain) (blame)
1
2
3
4
5
6
7
{% extends "base.html" %} {% load static %} {% block content %}
<h1>Verification Email Sent</h1>
<p>Please check your email at {{ email }} to complete your subscription.</p>

    <p>Go <a href="{% url "pages:home" %}">Home</a></p>

{% endblock content %}