Changeset 14674 for main/waeup.aaue/trunk/src
- Timestamp:
- 13 Apr 2017, 05:49:01 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r14661 r14674 152 152 def note(self): 153 153 return """ 154 <br /><br /><br /><br /><font size='12'> 155 Your examination date, time and venue is scheduled as follows: 156 <br /><br /> 157 <strong>%s</strong> 158 </font> 159 154 <br /><br /> 155 <strong>Instructions on CBT Venue Allocation Slip (VAS)</strong> 156 <br /><br /> 157 You should login with your student id from Kofa and surname as password. 158 You are expected to come 159 to the venue of the CBT center with a printout of your VAS. 160 The printout will be shown to the invigilators before being admitted into the 161 CBT centers. 162 <br /><br /> 163 WARNING: Electronic devices (phones, tablets, laptops etc.) 164 are not allowed in the examination hall. Any electronics seized will not 165 be returned. Any student caught charging his/her mobile phone at the CBT 166 centers will be penalized and the exam of such a student will be canceled. 167 Bags and any foreign materials are not allowed at the venue of 168 the CBT exams. Any omission/other complaints should be reported to the CBT 169 committee through the HoD before the date of examination. 170 <br /><br /> 171 Your examination date, time and venue is scheduled as follows: 172 <br /><br /> 173 <strong>%s</strong> 160 174 """ % self.context.flash_notice 161 175 return
Note: See TracChangeset for help on using the changeset viewer.