Changeset 5590
- Timestamp:
- 13 Nov 2010, 16:07:50 (14 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_futminna
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getSchoolFee.py
r5060 r5590 13 13 """ 14 14 15 late_registration_fee = 1000015 late_registration_fee = 0 16 16 17 17 d = {} … … 53 53 54 54 return d 55 -
WAeUP_SRP/trunk/skins/waeup_futminna/payments_view.pt
r5060 r5590 74 74 /> 75 75 <br /><br /> 76 <font tal:condition="python: True" color='red'>Surcharge for Late Registration is 10000 Naira. </font>76 <font tal:condition="python:False" color='red'>Surcharge for Late Registration is 10000 Naira. </font> 77 77 </form> 78 78 <form tal:condition="python: info.get('payment_method') == 'sc_payment'"
Note: See TracChangeset for help on using the changeset viewer.