Changeset 1753 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
8 May 2007, 10:02:01 (18 years ago)
Author:
Henrik Bettermann
Message:

session_results_view without accessing returning_import
not_imported file format corrected

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getSessionResults.py

    r1684 r1753  
    4747student_from_cat = res[0]
    4848
    49 res = returning(matric_no = matric_no)
    50 if res:
    51     student_from_returning = res[0]
    52 else:
    53     return None
     49#res = returning(matric_no = matric_no)
     50#if res:
     51#    student_from_returning = res[0]
     52#else:
     53#    return None
    5454
    5555res = results(matric_no = matric_no)
     
    123123info['gpa'] = gpa
    124124info['results'] = (sem1, sem2)
    125 info['student_from_returning'] = student_from_returning
     125#info['student_from_returning'] = student_from_returning
    126126info['student'] = student_from_cat
    127127info['s_id'] = student_id
  • WAeUP_SRP/trunk/skins/waeup_student/session_results_view.pt

    r1679 r1753  
    2727        </tr>
    2828        <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" />                     
    3030        </tr>
    3131        <tr>
Note: See TracChangeset for help on using the changeset viewer.