Ignore:
Timestamp:
22 Jan 2021, 22:49:43 (4 years ago)
Author:
Henrik Bettermann
Message:

Implement medical history questionnaire.

File:
1 edited

Legend:

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

    r16371 r16382  
    2828from kofacustom.nigeria.students.student import NigeriaStudent
    2929from waeup.uniben.students.interfaces import (
    30     ICustomStudent, ICustomStudentPersonalEdit)
     30    ICustomStudent, ICustomStudentPersonalEdit, IMedicalHistory)
    3131
    3232
     
    3636    """
    3737    grok.implements(
    38         ICustomStudent, IStudentNavigation, ICustomStudentPersonalEdit)
     38        ICustomStudent, IStudentNavigation, ICustomStudentPersonalEdit,
     39        IMedicalHistory)
    3940    grok.provides(ICustomStudent)
    4041
Note: See TracChangeset for help on using the changeset viewer.