Changeset 4446


Ignore:
Timestamp:
27 Jul 2009, 16:17:17 (15 years ago)
Author:
uli
Message:

Add edit action for courses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/viewlets.py

    r4439 r4446  
    88from waeup.interfaces import (IUniversity, IWAeUPObject, IWAeUPXMLExporter,
    99                              IWAeUPXMLImporter, IFacultyContainer, IFaculty,
    10                               IDepartment)
     10                              IDepartment, ICourse)
    1111from waeup.utils.helpers import getInnerHTMLPart
    1212
     
    219219class ManageDepartmentAction(ManageUniversityAction):
    220220    grok.context(IDepartment)
     221
     222class ManageCourseAction(ManageUniversityAction):
     223    grok.context(ICourse)
    221224   
    222225class ExportXMLAction(grok.Viewlet):
Note: See TracChangeset for help on using the changeset viewer.