diff options
Diffstat (limited to 'alphabetlearning/templates/payments/verification_sent.html')
-rw-r--r-- | alphabetlearning/templates/payments/verification_sent.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alphabetlearning/templates/payments/verification_sent.html b/alphabetlearning/templates/payments/verification_sent.html index 063d508..7c44d79 100644 --- a/alphabetlearning/templates/payments/verification_sent.html +++ b/alphabetlearning/templates/payments/verification_sent.html @@ -2,4 +2,6 @@ <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 %} |