diff options
Diffstat (limited to 'alphabetlearning/templates/payments/verification_sent.html')
-rw-r--r-- | alphabetlearning/templates/payments/verification_sent.html | 5 |
1 files changed, 2 insertions, 3 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 %} |