]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/recaptcha/handlers.py
OSQA-240: adjusted wmd-preview to not be 100%, this seemed to cause it to run afoul...
[osqa.git] / forum_modules / recaptcha / handlers.py
1 from formfield import ReCaptchaField
2
3 def create_anti_spam_field():
4     return ('recaptcha', ReCaptchaField())