diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-10 16:53:30 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-10 16:53:30 +0000 |
commit | dfbb7e1868d2adf8ed4a2d7cb73b54d0652b1a4b (patch) | |
tree | 896bb85dcf7d76a5468a68b4fd4c18a448f4e6c9 /alphabetlearning/templates/payments/verification_sent.html | |
parent | b896eb2fcfe34667c5ff7d5e0783fe6b2080ae50 (diff) |
Added links and changed order of images
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 %} |