Changeset 1031 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
11 Dec 2006, 18:32:06 (18 years ago)
Author:
joachim
Message:

reconstruct students_index

File:
1 edited

Legend:

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

    r1030 r1031  
    1 ## Script (Python) "students_indext"
     1## Script (Python) "students_index"
    22##bind container=container
    33##bind context=context
     
    2424
    2525if "ClearanceOfficers" in member.getGroups():
    26     return context.waeup_tool.searchStudents()
    27     #return redirect("%s/search_students" % students_url)
     26    return redirect("%s/search_students" % students_url)
    2827if context.isSectionOfficer():
    2928    return redirect("%s/search_students" % students_url)
Note: See TracChangeset for help on using the changeset viewer.