]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/akismet/templates/foundspam.html
Accepting incoming merge of the jambazov feature branch. Mostly includes new bug...
[osqa.git] / forum_modules / akismet / templates / foundspam.html
index 03bc660bd19ade70cba1fb19e5e7ed1ac27883c5..6b203c00a7ffd9f24c131184a638edac6314f9f2 100644 (file)
@@ -19,7 +19,10 @@ If you believe this is an error, please contact the forum administrator.
                {% for post_item in post_data.items %}
                <input type="hidden" name="{{ post_item.0 }}" value="{{ post_item.1 }}" />
                {% endfor %}
-               {{ captcha_form.captcha }}</td>
+               
+               {{ captcha_form.recaptcha }}
+               
+               </td>
        </tr>
        <tr>
                <td><input type="submit" value"{% trans "Submit" %} /></td>
@@ -28,4 +31,4 @@ If you believe this is an error, please contact the forum administrator.
 </form>
 
 </div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}