Ignore:
Timestamp:
6 Sep 2022, 05:49:54 (2 years ago)
Author:
Henrik Bettermann
Message:

Request request types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py

    r16909 r17085  
    7676
    7777request_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'),
    8181    (_('Attestation'), 'attest'),
    8282    (_('Proficiency in English Language'), 'english'),
Note: See TracChangeset for help on using the changeset viewer.