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

Remove details about course admitted.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
1 added
2 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')
  • main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py

    r13420 r13422  
    8585                return
    8686        if PAYMENT_TYPE not in ('SCHOOL-FEE-RETURNING', 'SCHOOL-FEE-NEW',
     87            'SCHOOL-FEE-PLUS', 'APPLICATION-FEE-PLUS',
    8788            'ACCEPTANCE-FEE', 'APPLICATION-FEE', 'LATE-REGISTRATION',
    8889            'AAU-STUDENT-WELFARE-ASSURANCE','HOSTEL-ACCOMMODATION-FEE',
Note: See TracChangeset for help on using the changeset viewer.