source: products/quintagroup.z3cform.captcha/trunk/quintagroup/z3cform/captcha/error.py

Last change on this file was 3546, checked in by vmaksymiv, 12 years ago

PPP fixes

File size: 219 bytes
Line 
1from z3c.form import error
2from quintagroup.z3cform.captcha import widget
3
4CaptchaFailureMessage = error.ErrorViewMessage(
5    u'Please re-enter validation code.',
6    error=ValueError,
7    widget=widget.CaptchaWidget)
Note: See TracBrowser for help on using the repository browser.