X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/8c29337f201187a1d8aa0110c9faf36b5d4f9219..e2f06c69a043ca0b3bd64da0bddcc4443fd14f9d:/forum/skins/default/templates/answer_edit.html diff --git a/forum/skins/default/templates/answer_edit.html b/forum/skins/default/templates/answer_edit.html index c9d8466..985addd 100644 --- a/forum/skins/default/templates/answer_edit.html +++ b/forum/skins/default/templates/answer_edit.html @@ -90,6 +90,14 @@
{{ form.summary.help_text }}
+ + {% if form.recaptcha %} +
+ {{ form.recaptcha.errors }} + {{ form.recaptcha }} +
+ {% endif %} +