Changeset 6302 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 9 Jun 2011, 12:24:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6301 r6302 286 286 state, depending on use-case. 287 287 """ 288 locked = schema.Bool(289 title = u'Form locked',290 default = False,291 #readonly = True,292 )293 294 288 reg_no = schema.TextLine( 295 289 title = u'JAMB Registration Number', … … 394 388 required = False, 395 389 readonly = True, 390 ) 391 locked = schema.Bool( 392 title = u'Form locked', 393 default = False, 396 394 ) 397 395
Note: See TracChangeset for help on using the changeset viewer.