Ignore:
Timestamp:
27 Oct 2006, 18:41:45 (18 years ago)
Author:
Henrik Bettermann
Message:

changes made on the phone

File:
1 edited

Legend:

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

    r766 r767  
    7272s_edit_links = {'StudentApplication': 'student_edit',
    7373              'StudentAccommodation': '',
    74               'StudentClearance': '',
     74              'StudentClearance': 'clearance_student',
    7575              'StudentPersonal': '',
    7676              }
     
    9797    row['s_edit_link'] = None
    9898    if se_link:
    99         row['s_edit_link'] = "%s/%s" % (student.absolute_url(),se_link)
     99        row['s_edit_link'] = "%s/%s" % (soo.absolute_url(),se_link)
    100100    row['review_state'] = so.review_state
    101101    row['display'] = so.review_state in ('opened','closed',) or\
Note: See TracChangeset for help on using the changeset viewer.