aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-10 16:53:30 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-10 16:53:30 +0000
commitdfbb7e1868d2adf8ed4a2d7cb73b54d0652b1a4b (patch)
tree896bb85dcf7d76a5468a68b4fd4c18a448f4e6c9 /alphabetlearning/templates/payments
parentb896eb2fcfe34667c5ff7d5e0783fe6b2080ae50 (diff)
Added links and changed order of images
Diffstat (limited to 'alphabetlearning/templates/payments')
-rw-r--r--alphabetlearning/templates/payments/success_email_signup.html2
-rw-r--r--alphabetlearning/templates/payments/verification_sent.html2
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 %}