Ignore:
Timestamp:
24 Sep 2006, 07:44:32 (18 years ago)
Author:
Henrik Bettermann
Message:

reorganisation part 2
themes modification will follow

File:
1 edited

Legend:

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

    r542 r543  
    1919
    2020if pm.isAnonymousUser():
    21     return redirect("%s/campus_anonymous_view" % context.campus.absolute_url())
     21    return redirect("%s/srp_anonymous_view" % context.absolute_url())
    2222
    2323
     
    2929
    3030if isManager:
    31     return redirect("%s/academics_contents" % campus.students.absolute_url())
     31    return redirect("%s/students_manager_view" % campus.students.absolute_url())
    3232if isStudent:
    3333    info = context.getStudentInfo()
Note: See TracChangeset for help on using the changeset viewer.