Changeset 16909
- Timestamp:
- 26 Mar 2022, 09:46:08 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r16871 r16909 1096 1096 ) 1097 1097 1098 applied_before_date = FormattedDate( 1099 title = _(u'Applied and obtained Transcript before?'), 1100 description = u'If yes, select month and year of application.', 1101 required = False, 1102 show_year = True, 1103 ) 1104 1105 1098 1106 no_copies = schema.Choice( 1099 1107 title = _(u'Number of Copies'),
Note: See TracChangeset for help on using the changeset viewer.