Changeset 3414
- Timestamp:
- 3 Apr 2008, 13:14:38 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission.py
r3412 r3414 121 121 # if not reg_no: 122 122 # reg_no = request.form.get('reg_no','').upper() 123 124 123 info = {} 125 124 screening_type = 'pume' 126 125 if traverse_subpath and traverse_subpath[0] in screening_types: 127 126 screening_type = traverse_subpath[0] 128 layout = "application_%s" % screening_type129 info = {}130 127 without_reg_no = screening_type in ('prence','cest','sandwich') 131 128 info['expired'] = current.greaterThan(deaddates[screening_type]) 132 129 info['expiration_date'] = deaddates[screening_type] 133 130 info['status'] = object.get('status','') 131 info['screening_type'] = screening_type 132 layout = "application_%s" % screening_type 133 for co_name,co_dict in configuration: 134 info[co_name] = co_dict[screening_type] 134 135 #set_trace() 135 136 # the reg_no is a hidden field in the form
Note: See TracChangeset for help on using the changeset viewer.