Ignore:
Timestamp:
20 Nov 2006, 08:08:10 (18 years ago)
Author:
Henrik Bettermann
Message:

isManager renamed to isSectionManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt

    r895 r903  
    22<tal:block define="
    33           info context/getStudentInfo;
    4            isManager context/isManager;
     4           isSectionManager context/isSectionManager;
    55           isStaff context/isStaff;
    66           isClearanceOfficer context/isClearanceOfficer;
     
    88           review_state info/review_state;
    99           clear_review_state info/clear_review_state;
    10            editable python: (isStudent and clear_review_state == 'opened' or isManager) and not isClearanceOfficer;
     10           editable python: (isStudent and clear_review_state == 'opened' or isSectionManager) and not isClearanceOfficer;
    1111           mode python: test(editable,'edit','view');
    1212           rendered_main python:info['clear_doc'].render(request=request,
Note: See TracChangeset for help on using the changeset viewer.