- Timestamp:
- 1 Mar 2021, 16:39:26 (4 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/browser
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/browser/pdf.py
r16304 r16402 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') 43 41 44 def _substitute_markers(self, text): 42 45 """ … … 45 48 PDF_SIGNATURES = { 46 49 'signature_benji_img_path': self.signature_benji_img_path, 50 'signature_olaoke_img_path': self.signature_olaoke_img_path, 47 51 } 48 52 return text.safe_substitute(PDF_SIGNATURES)
Note: See TracChangeset for help on using the changeset viewer.