Changeset 1143 for WAeUP_SRP/trunk
- Timestamp:
- 28 Dec 2006, 13:46:43 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r1127 r1143 1314 1314 if data: 1315 1315 content = data.getContent() 1316 return "%s %s " % (content.firstname,content.lastname)1316 return "%s %s %s" % (content.firstname,content.middlename,content.lastname) 1317 1317 data = getattr(self,'application',None) 1318 1318 if data: -
WAeUP_SRP/trunk/skins/waeup_student/clearance_pin_form.pt
r1141 r1143 15 15 <metal:block fill-slot="main"> 16 16 <h3>Start Clearance! </h3> 17 <br /> 17 18 <strong tal:condition="info/penalty"> 18 19 You are required to pay and obtain a receipt, the sum of Three Thousand Naira Only (N3,000.00)
Note: See TracChangeset for help on using the changeset viewer.