Ignore:
Timestamp:
24 May 2007, 05:49:27 (17 years ago)
Author:
Henrik Bettermann
Message:
  • importResults fixed: line readded which had been removed in revion 1700 (don't know why!!)
  • also the link 'Previous Sessions' now works for withdrawn students
File:
1 edited

Legend:

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

    r1783 r1816  
    5252    info['course_doc'] = ci
    5353else:
    54     info['course'] = None
     54    info['cert_id'] = 'N/A'
     55    ci['study_course'] = 'N/A'
     56    ci['title'] = 'N/A'
     57    ci['faculty'] = 'N/A'
     58    ci['department'] = 'N/A'
     59    info['course_doc'] = ci
     60   
    5561items = []
    5662current_level = sbrain.level
Note: See TracChangeset for help on using the changeset viewer.