Changeset 16582 for main/waeup.uniben


Ignore:
Timestamp:
23 Aug 2021, 18:52:42 (3 years ago)
Author:
Henrik Bettermann
Message:

Update URL to waeup.uniben.edu

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

Legend:

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

    r16547 r16582  
    828828    """
    829829    websites = (('Uniben Alumni Portal', 'https://uniben-alumni.waeup.org/'),
    830                 ('Uniben Student Portal', 'https://uniben.waeup.org/'),)
     830                ('Uniben Student Portal', 'https://waeup.uniben.edu/'),)
    831831    appl_url1 = 'https://uniben-alumni.waeup.org/applicants/tscf1/register'
    832832    appl_url2 = 'https://uniben-alumni.waeup.org/applicants/tscs1/register'
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser_templates/applicantdisplaypage.pt

    r15504 r16582  
    1111<h4 tal:condition="view/show_pastq_al">
    1212  Download past questions
    13   <a href="https://uniben.waeup.org/documents/PastArts/file.pdf"
     13  <a href="https://waeup.uniben.edu/documents/PastArts/file.pdf"
    1414      i18n:translate="">
    1515    'Arts And Law'
     
    2020<h4 tal:condition="view/show_pastq_bs">
    2121  Download past questions
    22   <a href="https://uniben.waeup.org/documents/PastBio/file.pdf"
     22  <a href="https://waeup.uniben.edu/documents/PastBio/file.pdf"
    2323      i18n:translate="">
    2424    'Biological Sciences'
     
    2929<h4 tal:condition="view/show_pastq_eps">
    3030  Download past questions
    31   <a href="https://uniben.waeup.org/documents/PastPSC/file.pdf"
     31  <a href="https://waeup.uniben.edu/documents/PastPSC/file.pdf"
    3232      i18n:translate="">
    3333    'Engineering And Physical Sciences'
     
    3838<h4 tal:condition="view/show_pastq_mss">
    3939  Download past questions
    40   <a href="https://uniben.waeup.org/documents/PastSSC/file.pdf"
     40  <a href="https://waeup.uniben.edu/documents/PastSSC/file.pdf"
    4141      i18n:translate="">
    4242    'Management And Social Sciences'
     
    4747<h4 tal:condition="view/show_pastq_pude">
    4848  Download
    49   <a href="https://uniben.waeup.org/documents/PastPUDE/file.pdf"
     49  <a href="https://waeup.uniben.edu/documents/PastPUDE/file.pdf"
    5050      i18n:translate="">
    5151    'PUDE Past Questions'
Note: See TracChangeset for help on using the changeset viewer.