Ignore:
Timestamp:
6 Nov 2013, 17:15:39 (11 years ago)
Author:
Henrik Bettermann
Message:

Add ICustomStudentPersonalEdit. Use custom interfaces in browser components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/student.py

    r9347 r10710  
    2525from waeup.kofa.students.interfaces import IStudentNavigation
    2626from kofacustom.nigeria.students.student import NigeriaStudent
    27 from waeup.kwarapoly.students.interfaces import ICustomStudent
     27from waeup.kwarapoly.students.interfaces import (
     28    ICustomStudent, ICustomStudentPersonalEdit)
    2829
    2930class CustomStudent(NigeriaStudent):
     
    3132    owned by students.
    3233    """
    33     grok.implements(ICustomStudent, IStudentNavigation)
     34    grok.implements(ICustomStudent,
     35        ICustomStudentPersonalEdit, IStudentNavigation)
    3436    grok.provides(ICustomStudent)
    3537
Note: See TracChangeset for help on using the changeset viewer.