Ignore:
Timestamp:
9 Nov 2015, 17:16:43 (9 years ago)
Author:
Henrik Bettermann
Message:

Remove details about course admitted.

File:
1 edited

Legend:

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

    r11755 r13422  
    2525from zope.formlib.textwidgets import BytesDisplayWidget
    2626from waeup.kofa.utils.helpers import string_from_bytes, file_size
     27from waeup.kofa.applicants.browser import ApplicantCheckStatusPage
    2728from waeup.aaue.interfaces import MessageFactory as _
    2829from kofacustom.nigeria.applicants.browser import (
     
    173174    def payment_slip_download_warning(self):
    174175        return ''
     176
     177class CustomApplicantCheckStatusPage(ApplicantCheckStatusPage):
     178    """Captcha'd status checking page for applicants.
     179    """
     180    grok.template('applicantcheckstatus')
Note: See TracChangeset for help on using the changeset viewer.