Ignore:
Timestamp:
9 Jun 2013, 05:27:51 (11 years ago)
Author:
Henrik Bettermann
Message:

Customize template for demonstration purposes, see ticket 890.

Location:
main/waeup.uniben/trunk/src/waeup/uniben/applicants
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py

    r9057 r10287  
    1818"""UI components for basic applicants and related components.
    1919"""
     20import grok
    2021from waeup.kofa.applicants.browser import ApplicantRegistrationPage
     22from kofacustom.nigeria.applicants.browser import NigeriaApplicantEditFormPage
    2123
    2224
     
    3133    #        applicant_id=applicant_id)))
    3234    #    return
     35
     36class CustomApplicantEditFormPage(NigeriaApplicantEditFormPage):
     37    """A full edit view for applicant data.
     38    """
     39    grok.template('applicanteditpage')
Note: See TracChangeset for help on using the changeset viewer.