Changeset 1143


Ignore:
Timestamp:
28 Dec 2006, 13:46:43 (18 years ago)
Author:
Henrik Bettermann
Message:

middlename added to student title

Location:
WAeUP_SRP/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Students.py

    r1127 r1143  
    13141314        if data:
    13151315            content = data.getContent()
    1316             return "%s %s" % (content.firstname,content.lastname)
     1316            return "%s %s %s" % (content.firstname,content.middlename,content.lastname)
    13171317        data = getattr(self,'application',None)
    13181318        if data:
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_pin_form.pt

    r1141 r1143  
    1515      <metal:block fill-slot="main">
    1616        <h3>Start Clearance! </h3>
     17        <br />
    1718        <strong tal:condition="info/penalty">
    1819          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.