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

Last change on this file since 3257 was 1960, checked in by liebster, 14 years ago

#173: Copy quintagroup.z3cform.captcha (from http://svn.quintagroup.com/elaw/packages/quintagroup.z3cform.captcha/) to products repository

File size: 220 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.