Ignore:
Timestamp:
26 Mar 2022, 09:46:08 (2 years ago)
Author:
Henrik Bettermann
Message:

Add field.

File:
1 edited

Legend:

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

    r16871 r16909  
    10961096        )
    10971097
     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
    10981106    no_copies = schema.Choice(
    10991107        title = _(u'Number of Copies'),
Note: See TracChangeset for help on using the changeset viewer.