Changeset 3351
- Timestamp:
- 18 Mar 2008, 21:49:46 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/admitStudents.py
r3350 r3351 48 48 d = {'status': 'created'} 49 49 reg_nos = [brain.reg_no for brain in brains] 50 with_timing = True50 with_timing = False 51 51 for reg_no in reg_nos: 52 52 count += 1 … … 65 65 pin_password, 66 66 with_timing = with_timing) 67 67 68 68 if sid is not None: 69 69 d['reg_no'] = reg_no
Note: See TracChangeset for help on using the changeset viewer.