- Timestamp:
- 7 Feb 2020, 10:53:54 (5 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r15991 r15994 256 256 'locked', 'suspended') 257 257 form_fields['address'].custom_widget = BytesDisplayWidget 258 form_fields['position'].custom_widget = BytesDisplayWidget 258 259 return form_fields 259 260 if self.target is not None and self.target == 'send': -
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r15991 r15994 1019 1019 ) 1020 1020 1021 position_comment = schema.Text( 1022 title = _(u'Desired Position'), 1023 required = True, 1024 description = u'Copy and paste the vacant position ' 1025 'text from the <a target="_blank" ' 1026 'href="https://aauekpoma.edu.ng/">university website</a>.', 1027 ) 1028 1021 1029 firstname = schema.TextLine( 1022 1030 title = _(u'First Name'),
Note: See TracChangeset for help on using the changeset viewer.