Ignore:
Timestamp:
5 Jul 2022, 08:12:05 (3 years ago)
Author:
Henrik Bettermann
Message:

Hide tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/hostels/browser.py

    r16983 r16984  
    2020import grok
    2121from waeup.kofa.hostels.browser import (
    22     HostelAddFormPage, HostelDisplayFormPage, HostelManageFormPage)
     22    HostelAddFormPage, HostelDisplayFormPage, HostelManageFormPage,
     23    HostelsTab)
    2324from kofacustom.lpng.hostels.interfaces import ICustomHostel
     25
     26class HostelsTab(HostelsTab):
     27    """Hostels tab in primary navigation.
     28    """
     29
     30    @property
     31    def link_target(self):
     32        return
    2433
    2534class CustomHostelAddFormPage(HostelAddFormPage):
     
    3847    """
    3948    form_fields = grok.AutoFields(ICustomHostel).omit('hostel_id', 'beds_reserved')
     49   
     50   
     51
Note: See TracChangeset for help on using the changeset viewer.