Changeset 16557 for main


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

Replace signature.

Location:
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
Files:
1 added
2 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)
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py

    r16510 r16557  
    527527Yours faithfully,
    528528
    529 <img src="${signature_olaoke_img_path}" valign="-20" height="38" width="86" />
    530 
    531 Mr. Olaoke, Olasoji Oluwole
     529<img src="${signature_ezewele_img_path}" valign="-20" height="38" width="86" />
     530
     531Mrs. Angela Ezewele
    532532Secretary, School of Postgraduate Studies & Research
    533533"""
Note: See TracChangeset for help on using the changeset viewer.