Ignore:
Timestamp:
21 Oct 2006, 13:37:37 (18 years ago)
Author:
Henrik Bettermann
Message:

academics_document_view.pt renamed and moved

Location:
WAeUP_SRP/trunk/skins/waeup_academics
Files:
1 deleted
1 edited

Legend:

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

    r683 r739  
    2929        return context.courses_view()
    3030    elif context.portal_type == 'CertificatesFolder':
    31         return context.certificates_view()       
     31        return context.certificates_view()
    3232    elif context.portal_type == 'Certificate':
    3333        return context.certificate_view()
     
    3535        return context.level_view()
    3636    elif context.portal_type in ('CertificateCourse','Course'):
    37         return context.academics_document_view()
     37        return context.waeup_document_view()
    3838    return redirect("%s/srp_manager_view" % context.portal_url())
    3939
Note: See TracChangeset for help on using the changeset viewer.