Ignore:
Timestamp:
1 Nov 2005, 16:50:42 (19 years ago)
Author:
joachim
Message:

=temporary view all fixed accomodation view

File:
1 edited

Legend:

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

    r125 r137  
    99
    1010if request.form.get('submit') == 'Login':
    11     waeup = context.portal_catalog(id = 'demouni')[0]
     11    #waeup = context.portal_catalog(id = 'demouni')[0]
     12    waeup = context.portal_catalog(portal_type = 'University')[0]
    1213    if "Manager" in member.getRoles():
    1314        return
Note: See TracChangeset for help on using the changeset viewer.