Ignore:
Timestamp:
23 Apr 2019, 15:44:31 (5 years ago)
Author:
Henrik Bettermann
Message:

Tell applicants that they have to submit the form after successful payment.

File:
1 edited

Legend:

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

    r15325 r15395  
    6868                return 'danger', msg, log
    6969        log = 'successful payment: %s' % self.p_id
    70         msg = _('Payment successfully completed')
     70        msg = _('Payment successfully completed. Kindly submit form for processing.')
    7171        flashtype = 'success'
    7272        return flashtype, msg, log
Note: See TracChangeset for help on using the changeset viewer.