diff options
Diffstat (limited to 'alphabetlearning/templates/pages')
-rw-r--r-- | alphabetlearning/templates/pages/home.html | 7 |
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=" |