Changeset 16557
- Timestamp:
- 25 Jul 2021, 10:01:34 (3 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/browser/pdf.py
r16402 r16557 39 39 os.path.dirname(__file__), 'static', 'benji_signature.png') 40 40 41 signature_ olaoke_img_path = os.path.join(42 os.path.dirname(__file__), 'static', ' olaoke_signature.png')41 signature_ezewele_img_path = os.path.join( 42 os.path.dirname(__file__), 'static', 'ezewele_signature.png') 43 43 44 44 def _substitute_markers(self, text): … … 48 48 PDF_SIGNATURES = { 49 49 'signature_benji_img_path': self.signature_benji_img_path, 50 'signature_ olaoke_img_path': self.signature_olaoke_img_path,50 'signature_ezewele_img_path': self.signature_ezewele_img_path, 51 51 } 52 52 return text.safe_substitute(PDF_SIGNATURES) -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r16510 r16557 527 527 Yours faithfully, 528 528 529 <img src="${signature_ olaoke_img_path}" valign="-20" height="38" width="86" />530 531 Mr . Olaoke, Olasoji Oluwole529 <img src="${signature_ezewele_img_path}" valign="-20" height="38" width="86" /> 530 531 Mrs. Angela Ezewele 532 532 Secretary, School of Postgraduate Studies & Research 533 533 """
Note: See TracChangeset for help on using the changeset viewer.