source: products/quintagroup.formlib.captcha/trunk/quintagroup/formlib/captcha/tests/tests.zcml @ 2803

Last change on this file since 2803 was 2803, checked in by mylan, 14 years ago

#195: Fixed problem with breakage doctests

File size: 407 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
4
5  <adapter
6     for="*"
7     factory="quintagroup.formlib.captcha.example.CaptchaFormlibFormAdapter" />
8
9  <browser:page
10      name="formlib-captcha-form"
11      for="*"
12      class="quintagroup.formlib.captcha.example.CaptchaFormlibForm"
13      permission="zope2.View"
14      />
15   
16</configure>
Note: See TracBrowser for help on using the repository browser.