Ignore:
Timestamp:
1 Mar 2021, 16:39:26 (4 years ago)
Author:
Henrik Bettermann
Message:

Add handwritten signature tp pd admission slip.

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  
    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')
     43
    4144    def _substitute_markers(self, text):
    4245        """
     
    4548        PDF_SIGNATURES =  {
    4649            'signature_benji_img_path': self.signature_benji_img_path,
     50            'signature_olaoke_img_path': self.signature_olaoke_img_path,
    4751            }
    4852        return text.safe_substitute(PDF_SIGNATURES)
Note: See TracChangeset for help on using the changeset viewer.