diff options
Diffstat (limited to 'alphabetlearning/templates/payments')
-rw-r--r-- | alphabetlearning/templates/payments/verification_sent.html | 5 | ||||
-rw-r--r-- | alphabetlearning/templates/payments/verification_success.html | 4 |
2 files changed, 5 insertions, 4 deletions
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 %} <h1>Verification Email Sent</h1> <p>Please check your email at {{ email }} to complete your subscription.</p> -{$ 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 %} <h1>Email Verified Successfully</h1> <p> Thank you for verifying your email. You have been added to our subscriber list. </p> + +{% endblock content %} |