Changeset 10772


Ignore:
Timestamp:
20 Nov 2013, 07:51:20 (11 years ago)
Author:
Henrik Bettermann
Message:

We don't need Hostels and Students tabs.

Location:
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/viewlets.py

    r10770 r10772  
    1717##
    1818
    19 import grok
    20 from waeup.kofa.interfaces import REQUESTED
    21 from waeup.kofa.browser.viewlets import ManageActionButton
    22 from kofacustom.ekodisco.students.interfaces import (
    23     ICustomStudentStudyCourse, ICustomStudentStudyLevel)
    24 from waeup.kofa.students.viewlets import (
    25     FileDisplay, FileUpload, Image)
    26 from waeup.kofa.students.browser import (
    27     ExportPDFClearanceSlipPage, StudyCourseDisplayFormPage,
    28     StudyLevelDisplayFormPage)
     19from waeup.kofa.students.viewlets import StudentsTab
    2920
    30 from kofacustom.nigeria.interfaces import MessageFactory as _
     21from kofacustom.ekodisco.interfaces import MessageFactory as _
     22
     23class CustomStudentsTab(StudentsTab):
     24    """Students tab in primary navigation does not show up.
     25    """
     26
     27    @property
     28    def link_target(self):
     29        return None
Note: See TracChangeset for help on using the changeset viewer.