Changeset 1145
- Timestamp:
- 28 Dec 2006, 21:35:07 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getClearanceInfo.py
r1144 r1145 45 45 creation_date = DateTime(res[0].CreationDate) 46 46 info['penalty'] = creation_date.lessThan(DateTime('2006/12/5'))\ 47 and DateTime().greaterThan(DateTime('2006/12/ 24'))47 and DateTime().greaterThan(DateTime('2006/12/30')) 48 48 info['id'] = student_id 49 49 info['student'] = student -
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r1144 r1145 66 66 creation_date = DateTime(student.creation_date) 67 67 info['penalty'] = creation_date.lessThan(DateTime('2006/12/5'))\ 68 and DateTime().greaterThan(DateTime('2006/12/ 24'))68 and DateTime().greaterThan(DateTime('2006/12/30')) 69 69 70 70 info['review_state'] = wf.getInfoFor(student,'review_state',None)
Note: See TracChangeset for help on using the changeset viewer.