Changeset 5439 for main/waeup.sirp/trunk/src/waeup/sirp/jambtables
- Timestamp:
- 15 Aug 2010, 14:54:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/jambtables/interfaces.py
r5438 r5439 580 580 581 581 The form must provide an ``access_code`` input field. 582 """) ,583 584 accesscode_field = TextLine(582 """) 583 584 accesscode_field = schema.TextLine( 585 585 title = u'Access code field', 586 586 description = u'''Field of the login page which is looked up for … … 589 589 ) 590 590 591 class IJAMBApplicantsFormChallenger( ApplicantsFormChallenger):591 class IJAMBApplicantsFormChallenger(IApplicantsFormChallenger): 592 592 """A challenger that uses a browser form to collect applicant 593 593 credentials for applicants in JAMB process. … … 596 596 no. provided by JAMB. 597 597 """ 598 jamb_reg_no_field = TextLine(598 jamb_reg_no_field = schema.TextLine( 599 599 title = u'JAMB registration no.', 600 600 description = u'''Field of the login page which is looked up for
Note: See TracChangeset for help on using the changeset viewer.