make captcha field required.

svn path=/plone.formwidget.captcha/trunk/; revision=28699
This commit is contained in:
Timo Stollenwerk 2009-08-11 20:48:47 +00:00
parent 45f564e81f
commit 5d6667aed6
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
<a href="" target="_blank"
tal:attributes="href view/captchaAudio">Listen to audio for this captcha</a>
</div>
<input id="form-widgets-captcha" class="text-widget textline-field" type="text" value="" name="form.widgets.captcha"/>
<input id="form-widgets-captcha" class="text-widget required textline-field" type="text" value="" name="form.widgets.captcha"/>