Ignore:
Timestamp:
14 Apr 2022, 10:26:20 (3 years ago)
Author:
Henrik Bettermann
Message:

Remove some elements from required_fields list.

File:
1 edited

Legend:

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

    r16918 r16923  
    191191        title = _(u'1st Choice TPZ and School'),
    192192        source = TPUSchoolSource(),
    193         required = False,
     193        required = True,
    194194        )
    195195
     
    276276        title = _(u'1st Choice UTP and School'),
    277277        source = UTPSchoolSource(),
    278         required = False,
     278        required = True,
    279279        )
    280280
Note: See TracChangeset for help on using the changeset viewer.