From 4b21e3889e8337fa5bc9e58cdfc61a9f2019adc9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 3 Dec 2024 17:27:18 +0000 Subject: Better handling of email verification --- alphabetlearning/templates/payments/verification_sent.html | 5 ++--- alphabetlearning/templates/payments/verification_success.html | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'alphabetlearning/templates/payments') diff --git a/alphabetlearning/templates/payments/verification_sent.html b/alphabetlearning/templates/payments/verification_sent.html index 1de1236..063d508 100644 --- a/alphabetlearning/templates/payments/verification_sent.html +++ b/alphabetlearning/templates/payments/verification_sent.html @@ -1,6 +1,5 @@ -{% extends "base.html" %} {% load static %} {$ block content $} - +{% extends "base.html" %} {% load static %} {% block content %}

Verification Email Sent

Please check your email at {{ email }} to complete your subscription.

-{$ endblock content $} +{% endblock content %} diff --git a/alphabetlearning/templates/payments/verification_success.html b/alphabetlearning/templates/payments/verification_success.html index 1f8e95a..d505fe5 100644 --- a/alphabetlearning/templates/payments/verification_success.html +++ b/alphabetlearning/templates/payments/verification_success.html @@ -1,7 +1,9 @@ -{% extends "base.html" %} {% load static %} +{% extends "base.html" %} {% load static %} {% block content %}

Email Verified Successfully

Thank you for verifying your email. You have been added to our subscriber list.

+ +{% endblock content %} -- cgit v1.2.3