]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/recaptcha/handlers.py
It is now possable for users to add tags like "REP_TO_VOTE_UP" to the faq page and...
[osqa.git] / forum_modules / recaptcha / handlers.py
1 from formfield import ReCaptchaField
2
3 def create_anti_spam_field():
4     return ('recaptcha', ReCaptchaField())