aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/pages/home.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-09 17:38:19 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-09 17:38:19 +0000
commitb896eb2fcfe34667c5ff7d5e0783fe6b2080ae50 (patch)
treedc68fd932191ef01429d8ddbeef11a1bbae9f949 /alphabetlearning/templates/pages/home.html
parentb481069d9444cc0756bd9f6780e7700dcf4903f5 (diff)
Adds v3 reCAPCHA to the field
Diffstat (limited to 'alphabetlearning/templates/pages/home.html')
-rw-r--r--alphabetlearning/templates/pages/home.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/alphabetlearning/templates/pages/home.html b/alphabetlearning/templates/pages/home.html
index 0d00042..64c9972 100644
--- a/alphabetlearning/templates/pages/home.html
+++ b/alphabetlearning/templates/pages/home.html
@@ -68,6 +68,13 @@
<div>
{{ form.captcha }}
</div>
+ <div>
+ {% if form.captcha.errors %}
+ <div class="error">
+ {{ form.captcha.errors }}
+ </div>
+ {% endif %}
+ </div>
<button
type="submit"
style="