- Timestamp:
- 12 Jun 2020, 07:05:06 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r16117 r16119 699 699 """A display page for checking transcript processing status. 700 700 """ 701 websites = (('Uniben Alumni Portal', 'https://uniben-alumni.waeup.org '),702 ('Uniben Student Portal', 'https://uniben.waeup.org '),)701 websites = (('Uniben Alumni Portal', 'https://uniben-alumni.waeup.org/'), 702 ('Uniben Student Portal', 'https://uniben.waeup.org/'),) 703 703 appl_url1 = 'https://uniben-alumni.waeup.org/documents/transcript/display' 704 704 appl_url2 = 'https://uniben-alumni.waeup.org/documents/transcript/display'
Note: See TracChangeset for help on using the changeset viewer.