- Timestamp:
- 3 Nov 2007, 19:11:50 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission.py
r2516 r2518 133 133 134 134 res,psm,ds = lt.renderLayout(layout_id= layout, 135 schema_id= ' application',135 schema_id= 'import_application', 136 136 layout_mode = mode, 137 137 context=context, … … 178 178 logger.info('%s/%s tried to resubmit application record' % (member,reg_no)) 179 179 res,psm_dummy,ds_dummy = lt.renderLayout(layout_id= layout, 180 schema_id= ' application',180 schema_id= 'import_application', 181 181 layout_mode = mode, 182 182 context=context, … … 203 203 204 204 res,psm_dummy,ds = lt.renderLayout(layout_id= layout, 205 schema_id= ' application',205 schema_id= 'import_application', 206 206 layout_mode = mode, 207 207 context=context, … … 222 222 object['pin'] = str(ds.get('pin')) 223 223 res,psm,ds_dummy = lt.renderLayout(layout_id= layout, 224 schema_id= ' application',224 schema_id= 'import_application', 225 225 layout_mode = mode, 226 226 context=context, … … 235 235 logger.info('%s/%s tried to edit submitted application record' % (member,reg_no)) 236 236 res,psm_dummy,ds_dummy = lt.renderLayout(layout_id= layout, 237 schema_id= ' application',237 schema_id= 'import_application', 238 238 layout_mode = mode, 239 239 context=context, … … 256 256 logger.info('%s/%s entered application record' % (member,reg_no)) 257 257 res,psm_dummy,ds_dummy = lt.renderLayout(layout_id= layout, 258 schema_id= ' application',258 schema_id= 'import_application', 259 259 layout_mode = mode, 260 260 context=context, -
WAeUP_SRP/base/skins/waeup_student/apply_admission_manage.py
r2310 r2518 66 66 object[field] = getattr(brains[0],field,None) 67 67 res,psm,ds = lt.renderLayout(layout_id= 'application_manage', 68 schema_id= ' application',68 schema_id= 'import_application', 69 69 layout_mode = "edit", 70 70 context=context, … … 119 119 120 120 res,psm_dummy,ds = lt.renderLayout(layout_id= 'application_manage', 121 schema_id= ' application',121 schema_id= 'import_application', 122 122 layout_mode = "edit", 123 123 context=context,
Note: See TracChangeset for help on using the changeset viewer.