Changeset 16605 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 5 Sep 2021, 07:12:01 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r16604 r16605 488 488 489 489 @property 490 def post_text_2020(self): 490 def post_text_2020(self): # no longer used 491 491 return """ 492 492 Please 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. … … 696 696 post_text = self.basic_medical_only_text + self.post_text_ug 697 697 elif self.context.certcode in ('BPHARM',) and self.context.current_level == 100: 698 post_text = self.basic_pharmacy_only_text + self.post_text_ 2020698 post_text = self.basic_pharmacy_only_text + self.post_text_ug 699 699 else: 700 700 post_text = self.post_text_ug
Note: See TracChangeset for help on using the changeset viewer.