Changeset 683 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
13 Oct 2006, 08:51:17 (18 years ago)
Author:
Henrik Bettermann
Message:

link to certificates_view added

File:
1 edited

Legend:

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

    r681 r683  
    2828    elif context.portal_type == 'CoursesFolder':
    2929        return context.courses_view()
     30    elif context.portal_type == 'CertificatesFolder':
     31        return context.certificates_view()       
    3032    elif context.portal_type == 'Certificate':
    3133        return context.certificate_view()
Note: See TracChangeset for help on using the changeset viewer.