- Timestamp:
- 23 Mar 2007, 15:10:08 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt
r1615 r1630 61 61 value="Initiate School Fee Online Payment" 62 62 /> 63 64 65 66 <br /><br /> 67 68 At the moment the Wema Bank portal does not return valid callbacks. 69 You can pay online but our portal cannot reflect the payment. We have to import transaction data manually, probably by tomorrow morning. 70 All students, who have succesfully paid by then, should be able to continue with their resgistration afterwards. 71 <br /><br /> 72 73 We apologize for any inconveniences. 74 <br /><br /> 75 76 The System Administrator 77 78 79 80 81 82 63 83 </form> 64 84 -
WAeUP_SRP/trunk/skins/waeup_student/reject_courses.py
r1606 r1630 46 46 args['continue'] = action_after_validate 47 47 args['portal_status_message'] = psm 48 if action_after_ validate:49 url = context.absolute_url() + '/' + action_after_ validate+ '?' + urlencode(args)48 if action_after_reject: 49 url = context.absolute_url() + '/' + action_after_reject + '?' + urlencode(args) 50 50 else: 51 51 url = context.absolute_url() + '?' + urlencode(args)
Note: See TracChangeset for help on using the changeset viewer.