Ignore:
Timestamp:
14 Aug 2017, 06:12:04 (7 years ago)
Author:
Henrik Bettermann
Message:

Construct POST action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/applicantsbrowser.py

    r14793 r14796  
    226226                )
    227227
    228     action = 'http://www.remitademo.net/remita/ecomm/finalize.reg'
     228    @property
     229    def action(self):
     230        if HTTPS:
     231            return 'https://' + HOST + '/remita/ecomm/finalize.reg'
     232        return 'http://' + HOST + '/remita/ecomm/finalize.reg'
    229233
    230234    def init_update(self):
Note: See TracChangeset for help on using the changeset viewer.