Changeset 16117 for main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Timestamp:
- 12 Jun 2020, 06:39:04 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r16078 r16117 32 32 OnlinePaymentApprovePage, 33 33 ExportPDFPageApplicationSlip, 34 ApplicantBaseDisplayFormPage) 34 ApplicantBaseDisplayFormPage, 35 CheckTranscriptStatus) 35 36 from waeup.kofa.students.interfaces import IStudentsUtils 36 37 from waeup.kofa.applicants.interfaces import ( … … 694 695 return students_utils.renderPDF(self,'screening_invitation_slip.pdf', 695 696 self.context, applicantview, note=self.note) 697 698 class CustomCheckTranscriptStatus(CheckTranscriptStatus): 699 """A display page for checking transcript processing status. 700 """ 701 websites = (('Uniben Alumni Portal', 'https://uniben-alumni.waeup.org'), 702 ('Uniben Student Portal', 'https://uniben.waeup.org'),) 703 appl_url1 = 'https://uniben-alumni.waeup.org/documents/transcript/display' 704 appl_url2 = 'https://uniben-alumni.waeup.org/documents/transcript/display'
Note: See TracChangeset for help on using the changeset viewer.