- Timestamp:
- 14 Apr 2011, 08:07:37 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r5907 r5941 454 454 required attributes set to True (which is the default). 455 455 """ 456 locked = schema.Bool( 457 title = u'Form locked', 458 default = False, 459 readonly = True, 460 ) 456 461 access_code = schema.TextLine( 457 462 title = u'Access Code', … … 558 563 """The data set presented to PDE applicants. 559 564 """ 565 locked = schema.Bool( 566 title = u'Form locked', 567 default = False, 568 readonly = True, 569 ) 560 570 reg_no = schema.TextLine( 561 571 title = u'JAMB Registration Number',
Note: See TracChangeset for help on using the changeset viewer.