Ignore:
Timestamp:
25 Nov 2006, 09:00:34 (18 years ago)
Author:
Henrik Bettermann
Message:

setup SectionOfficer? role

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/acco_folder_index.py

    r903 r937  
    1010# $Id$
    1111"""
    12 return the appropriate page in the academics section
     12return the appropriate page in the accommodation section
    1313"""
    1414
     
    1717pm = context.portal_membership
    1818
    19 campus = context.portal_catalog(meta_type = "University")[-1].getObject()
    20 
    21 if context.isSectionManager():
     19if context.isSectionOfficer():
    2220    if context.portal_type == 'AccoFolder':
    2321        return context.accommodation.acco_folder_view()
Note: See TracChangeset for help on using the changeset viewer.