Changeset 1031 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 11 Dec 2006, 18:32:06 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/students_index.py
r1030 r1031 1 ## Script (Python) "students_index t"1 ## Script (Python) "students_index" 2 2 ##bind container=container 3 3 ##bind context=context … … 24 24 25 25 if "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) 28 27 if context.isSectionOfficer(): 29 28 return redirect("%s/search_students" % students_url)
Note: See TracChangeset for help on using the changeset viewer.