Ignore:
Timestamp:
9 Jul 2025, 05:51:16 (11 hours ago)
Author:
Henrik Bettermann
Message:

Change registrar.

File:
1 edited

Legend:

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

    r16557 r18109  
    4242        os.path.dirname(__file__), 'static', 'ezewele_signature.png')
    4343
     44    signature_orgeh_img_path = os.path.join(
     45        os.path.dirname(__file__), 'static', 'orgeh_signature.png')
     46
    4447    def _substitute_markers(self, text):
    4548        """
     
    4952            'signature_benji_img_path': self.signature_benji_img_path,
    5053            'signature_ezewele_img_path': self.signature_ezewele_img_path,
     54            'signature_orgeh_img_path': self.signature_orgeh_img_path,
    5155            }
    5256        return text.safe_substitute(PDF_SIGNATURES)
Note: See TracChangeset for help on using the changeset viewer.