- Timestamp:
- 12 Aug 2024, 13:06:38 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r17885 r17886 1182 1182 'current_mode', 'entry_session') 1183 1183 1184 form_fields = grok.AutoFields(ICustomStudentBase).select('student_id', 'matric_number' )1184 form_fields = grok.AutoFields(ICustomStudentBase).select('student_id', 'matric_number', 'reg_number', 'sex') 1185 1185 1186 1186 pre_text = ' ' 1187 1187 1188 post_text = ''' 1189 To undertake as follows: 1188 post_text = '''To undertake as follows: 1190 1189 1191 1190 (i) to abide by the arrangement(s) put in place by the University Management for the … … 1208 1207 1209 1208 1210 1211 1212 1213 1209 ________________________________ 1214 Student Signature 1210 (Deponent) 1211 1212 Sworn at ________________________________ 1213 1214 This Day ________________________________ 1215 1216 Before Me _______________________________ 1217 1218 1219 1220 Commissioner of Oaths 1221 1222 1223 1215 1224 1216 1225 '''
Note: See TracChangeset for help on using the changeset viewer.