Changeset 979 for WAeUP_SRP/trunk/skins
- Timestamp:
- 1 Dec 2006, 18:14:48 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py
r944 r979 60 60 da = {} 61 61 pin = request.get('pin') 62 email = request.get('email')62 ## email = request.get('email') 63 63 app_doc = info['app_doc'] 64 64 da['app_ac_pin'] = pin 65 da['app_email'] = email65 ## da['app_email'] = email 66 66 da['app_ac_date'] = current 67 67 app_doc.edit(mapping = da) -
WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt
r975 r979 55 55 </table> 56 56 57 <br /> 57 58 58 59 <strong>Clearance commences on resumption and ends exactly two(2)weeks after resumption date. 59 Any breach of this directive,will result in forfeiture of the admission offer.</strong>60 <br />Any breach of this directive,will result in forfeiture of the admission offer.</strong><br /><br /> 60 61 61 62 -
WAeUP_SRP/trunk/skins/waeup_student/check_admission.py
r892 r979 44 44 elif psm == 'valid': 45 45 s_id = ds.get('s_id') 46 email = ds.get('app_email') 46 ## 47 ## email = ds.get('app_email') 47 48 student = getattr(context.campus.students, s_id) 48 49 review_state = wf.getInfoFor(student,'review_state',None) … … 55 56 args['__ac_password'] = pin.split('-')[2] 56 57 args['pin'] = pin 57 args['email'] = email58 ## args['email'] = email 58 59 url = "%s/logged_in?%s" % (context.absolute_url(),urlencode(args)) 59 60 return redirect(url) -
WAeUP_SRP/trunk/skins/waeup_student/check_admission_pin_form.pt
r805 r979 20 20 <ul> 21 21 <li>Buy an Application Scratch Card.</li> 22 <li>Enter your JAMB Registration Number , the Admission PIN and your Email Address above.</li>22 <li>Enter your JAMB Registration Number and the Admission PIN.</li> 23 23 </ul> 24 24 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.