Changeset 16118


Ignore:
Timestamp:
12 Jun 2020, 07:04:27 (4 years ago)
Author:
Henrik Bettermann
Message:

RPC expects trailing backslash.

File:
1 edited

Legend:

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

    r16116 r16118  
    16631663    buttonname = _('Check status now')
    16641664    pnav = 8
    1665     websites = (('DemoPortal', 'http://localhost:8080/app'),)
     1665    websites = (('DemoPortal', 'http://localhost:8080/app/'),)
    16661666    appl_url1 = 'http://localhost:8080/app/applicants'
    16671667    appl_url2 = 'http://localhost:8080/app/applicants'
Note: See TracChangeset for help on using the changeset viewer.