Ignore:
Timestamp:
25 Jul 2021, 10:01:34 (3 years ago)
Author:
Henrik Bettermann
Message:

Replace signature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/browser/pdf.py

    r16402 r16557  
    3939        os.path.dirname(__file__), 'static', 'benji_signature.png')
    4040
    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')
    4343
    4444    def _substitute_markers(self, text):
     
    4848        PDF_SIGNATURES =  {
    4949            '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,
    5151            }
    5252        return text.safe_substitute(PDF_SIGNATURES)
Note: See TracChangeset for help on using the changeset viewer.