projects
/
osqa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
OSQA-829, resolves a unicode problem when answering question, use smart_unicode for...
[osqa.git]
/
forum_modules
/
recaptcha
/
handlers.py
1
from formfield import ReCaptchaField
2
3
def create_anti_spam_field():
4
return ('recaptcha', ReCaptchaField())