Ignore:
Timestamp:
15 Jun 2016, 14:45:38 (8 years ago)
Author:
Henrik Bettermann
Message:

PUTME is obsolete. Rename putme to ase (Admission Screening Exercise). Use new links for past question pdf files.

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

Legend:

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

    r13887 r13947  
    117117
    118118    def _show_pastq_putme(self):
    119         return self.target.startswith('putme') \
     119        return self.target.startswith('ase') \
    120120               and self.context.state in ('paid', 'submitted') \
    121121               and getattr(self.context, 'course1') is not None
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser_templates/applicantdisplaypage.pt

    r11786 r13947  
    1111<h4 tal:condition="view/show_pastq_al">
    1212  Download past questions
    13   <a href="https://uniben.waeup.org/downloads/ArtsAndLaw.pdf"
     13  <a href="https://uniben.waeup.org/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/downloads/BiologicalSciences.pdf"
     22  <a href="https://uniben.waeup.org/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/downloads/EngineeringAndPhysicalSciences.pdf"
     31  <a href="https://uniben.waeup.org/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/downloads/ManagementAndSocialSciences.pdf"
     40  <a href="https://uniben.waeup.org/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/downloads/PUDE_past_questions.pdf"
     49  <a href="https://uniben.waeup.org/documents/PastPUDE/file.pdf"
    5050      i18n:translate="">
    5151    'PUDE Past Questions'
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py

    r13887 r13947  
    5353        'afak': ['Akoka Programmes', 'AKO'],
    5454        'ictwk': ['ICT Week Registration', 'ICT'],
     55        'ase': ['Uniben Admission Screening Exercise', 'ASE'],
    5556        }
    5657
Note: See TracChangeset for help on using the changeset viewer.