aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/verification_sent.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-03 17:27:18 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-03 17:27:18 +0000
commit4b21e3889e8337fa5bc9e58cdfc61a9f2019adc9 (patch)
tree2ecfaa0537d3fe875214934d82b31357ed769ea7 /alphabetlearning/templates/payments/verification_sent.html
parent3bcd728b0bd37c95865205a75ffbddfb2e086f90 (diff)
Better handling of email verification
Diffstat (limited to '')
-rw-r--r--alphabetlearning/templates/payments/verification_sent.html5
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 %}