Changeset 7323
- Timestamp:
- 10 Dec 2011, 09:33:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py
r7321 r7323 128 128 """ 129 129 def getValues(self): 130 captchas = ['No captcha', ' ReCaptcha']130 captchas = ['No captcha', 'Testing captcha', 'ReCaptcha'] 131 131 try: 132 132 # we have to 'try' because IConfiguration can only handle … … 269 269 required=False,) 270 270 271 phone = schema. Int(271 phone = schema.TextLine( 272 272 title = u'Phone', 273 273 description = u'', … … 298 298 ) 299 299 300 phone = schema. Int(300 phone = schema.TextLine( 301 301 title = u'Phone', 302 302 default = None,
Note: See TracChangeset for help on using the changeset viewer.