Changeset 937 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 25 Nov 2006, 09:00:34 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_lib.pt
r911 r937 29 29 <!-- buttons --> 30 30 <metal:block define-macro="buttons"> 31 <!-- Section Manager -->32 <tal:block condition="context/isSection Manager">31 <!-- SectionOfficer --> 32 <tal:block condition="context/isSectionOfficer"> 33 33 34 34 <div tal:condition="python:info['review_state'] == 'clearance_pin_entered'"> -
WAeUP_SRP/trunk/skins/waeup_student/students_index.py
r920 r937 25 25 if "ClearanceOfficers" in member.getGroups(): 26 26 return redirect("%s/search_students" % students_url) 27 if context.isSection Manager():27 if context.isSectionOfficer(): 28 28 return redirect("%s/search_students" % students_url) 29 29 if context.isStudent():
Note: See TracChangeset for help on using the changeset viewer.