Changeset 555


Ignore:
Timestamp:
25 Sep 2006, 11:57:19 (18 years ago)
Author:
joachim
Message:

correcte academics_index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_index.py

    r554 r555  
    3333    elif context.portal_type == 'Department':
    3434        return context.department_index_view()
    35     elif context.portal_type == 'Course':
    36         return context.course_index_view()
     35##    elif context.portal_type == 'Course':
     36##        return context.course_index_view()
    3737    return redirect("%s/academics_contents" % context.absolute_url())
    3838if isStudent:
Note: See TracChangeset for help on using the changeset viewer.