- Timestamp:
- 30 Nov 2008, 07:53:00 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission_2.py
r3791 r3793 96 96 info['screening_type'] = screening_type 97 97 98 99 98 # allow also APP pins for CEST applications 100 99 layout = "application_%s_2" % screening_type … … 117 116 ) 118 117 if psm == 'invalid': 119 return context.apply_admission_form (rendered = res,118 return context.apply_admission_form_2(rendered = res, 120 119 psm = "Please correct your input!", 121 120 mode = mode, … … 124 123 ) 125 124 elif psm == '': 126 return context.apply_admission_form (rendered = res,125 return context.apply_admission_form_2(rendered = res, 127 126 psm = psm, 128 127 ds = ds, … … 174 173 175 174 if psm == 'invalid': 176 return context.apply_admission_form (rendered = res,175 return context.apply_admission_form_2(rendered = res, 177 176 psm = "Please correct your input!", 178 177 mode = mode, … … 279 278 passport_uploaded = False 280 279 281 return context.apply_admission_form (rendered = res,280 return context.apply_admission_form_2(rendered = res, 282 281 psm = psm, 283 282 mode = mode,
Note: See TracChangeset for help on using the changeset viewer.