diff options
Diffstat (limited to 'alphabetlearning/templates/payments')
-rw-r--r-- | alphabetlearning/templates/payments/success_email_signup.html | 2 | ||||
-rw-r--r-- | alphabetlearning/templates/payments/verification_sent.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/alphabetlearning/templates/payments/success_email_signup.html b/alphabetlearning/templates/payments/success_email_signup.html index c033d0a..c85b782 100644 --- a/alphabetlearning/templates/payments/success_email_signup.html +++ b/alphabetlearning/templates/payments/success_email_signup.html @@ -81,7 +81,7 @@ </p> <p class="mb-4 fs-5"> - If you have any ideas, suggestions or requests please don’t hesitate to let us know at hello@alphabetlearning.com We would love to hear from you! + If you have any ideas, suggestions or requests please don’t hesitate to let us know at <a href="mailto:help@alphabetlearning.online">help@alphabetlearning.online</a> We would love to hear from you! </p> <p class="mb-4 fs-5"> 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 %} |