]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/recaptcha/handlers.py
add a new after_head_js block (immediately after the <head> tag), allows to add track...
[osqa.git] / forum_modules / recaptcha / handlers.py
1 from formfield import ReCaptchaField
2
3 def create_anti_spam_field():
4     return ('recaptcha', ReCaptchaField())