Ignore:
Timestamp:
15 Jun 2020, 07:58:00 (4 years ago)
Author:
Henrik Bettermann
Message:

Finetune transcript processing. Allow transcript officers to request a transcript.

File:
1 edited

Legend:

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

    r16118 r16120  
    16631663    buttonname = _('Check status now')
    16641664    pnav = 8
    1665     websites = (('DemoPortal', 'http://localhost:8080/app/'),)
    1666     appl_url1 = 'http://localhost:8080/app/applicants'
    1667     appl_url2 = 'http://localhost:8080/app/applicants'
     1665    websites = (('DemoPortal', 'https://kofa-demo.waeup.org/'),)
     1666    appl_url1 = 'https://kofa-demo.waeup.org/applicants'
     1667    appl_url2 = 'https://kofa-demo.waeup.org/applicants'
    16681668
    16691669    def update(self, SUBMIT=None):
Note: See TracChangeset for help on using the changeset viewer.