Changeset 1753 for WAeUP_SRP/trunk/skins
- Timestamp:
- 8 May 2007, 10:02:01 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getSessionResults.py
r1684 r1753 47 47 student_from_cat = res[0] 48 48 49 res = returning(matric_no = matric_no)50 if res:51 student_from_returning = res[0]52 else:53 return None49 #res = returning(matric_no = matric_no) 50 #if res: 51 # student_from_returning = res[0] 52 #else: 53 # return None 54 54 55 55 res = results(matric_no = matric_no) … … 123 123 info['gpa'] = gpa 124 124 info['results'] = (sem1, sem2) 125 info['student_from_returning'] = student_from_returning125 #info['student_from_returning'] = student_from_returning 126 126 info['student'] = student_from_cat 127 127 info['s_id'] = student_id -
WAeUP_SRP/trunk/skins/waeup_student/session_results_view.pt
r1679 r1753 27 27 </tr> 28 28 <tr> 29 <th valign="top">Course of Study:</th><td tal:content="info/student _from_returning/Coursemajor" />29 <th valign="top">Course of Study:</th><td tal:content="info/student/course" /> 30 30 </tr> 31 31 <tr>
Note: See TracChangeset for help on using the changeset viewer.