Ignore:
Timestamp:
5 Sep 2021, 07:12:01 (3 years ago)
Author:
Henrik Bettermann
Message:

Change date.

File:
1 edited

Legend:

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

    r16604 r16605  
    488488
    489489    @property
    490     def post_text_2020(self):
     490    def post_text_2020(self):    # no longer used
    491491        return """
    492492Please note that at the point of registration for your programme of study (course), you will be required to present the following documents: Current UTME result slip, WAEC/NECO (0' Level) result, Birth certificate or sworn affidavit of age, and health certificate from a recognized Medical Centre.
     
    696696            post_text = self.basic_medical_only_text + self.post_text_ug
    697697        elif self.context.certcode in ('BPHARM',) and self.context.current_level == 100:
    698             post_text = self.basic_pharmacy_only_text + self.post_text_2020
     698            post_text = self.basic_pharmacy_only_text + self.post_text_ug
    699699        else:
    700700            post_text = self.post_text_ug
Note: See TracChangeset for help on using the changeset viewer.