Commit 9071d2e8 authored by Xiaowu Zhang's avatar Xiaowu Zhang

product/ERP5Form/HoneypotField: add context comment

parent 3d086310
......@@ -43,6 +43,8 @@ class HoneypotValidator(Validator.Validator):
HoneypotValidatorInstance = HoneypotValidator()
class HoneypotField(ZMIField):
#Field to stop auto bot submit
#https://nedbatchelder.com/text/stopbots.html
meta_type = "HoneypotField"
widget = HoneypotWidgetInstance
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment