Changeset 939
- Timestamp:
- 25 Nov 2006, 10:10:18 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 47 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt
r911 r939 2 2 <tal:block define=" 3 3 info context/getStudentInfo; 4 is_s m context/isSectionManager;4 is_so context/isSectionOfficer; 5 5 is_staff context/isStaff; 6 6 is_co context/isClearanceOfficer; … … 8 8 review_state info/review_state; 9 9 clear_review_state info/clear_review_state; 10 editable python: (is_student and clear_review_state == 'opened' or is_s m) and not is_co;10 editable python: (is_student and clear_review_state == 'opened' or is_so) and not is_co; 11 11 mode python: test(editable,'edit','view'); 12 12 rendered_main python:info['clear_doc'].render(request=request,
Note: See TracChangeset for help on using the changeset viewer.