- Timestamp:
- 25 Jul 2021, 10:01:34 (3 years ago)
- File:
-
- 1 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)
Note: See TracChangeset for help on using the changeset viewer.