Ignore:
Timestamp:
28 Oct 2005, 19:44:25 (19 years ago)
Author:
Henrik Bettermann
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_student/accommodation_index_html.py

    r103 r119  
    33# $Id$
    44
    5 """Default view for the Accommodation. 
     5"""Default view for the Accommodation.
    66"""
    77
     
    1010    roles = member.getRoles()
    1111    if 'Manager' in roles:
    12         return context.folder_view()
     12        return context.accommodation_view_manager(psm=psm)
    1313    elif 'StudentManager' in roles:
    1414        return context.accommodation_view_manager(psm=psm)
Note: See TracChangeset for help on using the changeset viewer.