Changeset 17085
- Timestamp:
- 6 Sep 2022, 05:49:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r16909 r17085 76 76 77 77 request_types_vocab = SimpleKofaVocabulary( 78 (_('Scanned Result'), 'result'),79 (_('Scanned Certificate'), 'certificate'),80 (_('Scanned Transcript'), 'transcript'),78 #(_('Scanned Result'), 'result'), 79 #(_('Scanned Certificate'), 'certificate'), 80 #(_('Scanned Transcript'), 'transcript'), 81 81 (_('Attestation'), 'attest'), 82 82 (_('Proficiency in English Language'), 'english'),
Note: See TracChangeset for help on using the changeset viewer.