Changeset 511 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 13 Sep 2006, 06:47:55 (19 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r502 r511 45 45 elif psm == 'valid': 46 46 s_id = ds.get('s_id') 47 pin = str(ds.get('app_ac_pin')) 47 48 return context.REQUEST.RESPONSE.redirect("%s/logged_in?__ac_name=%s&__ac_password=%s&pin=%s" 48 % (context.absolute_url(),s_id, 'uNsEt',ds.get('app_ac_pin')))49 % (context.absolute_url(),s_id,pin.split('-')[2],pin)) 49 50 50 51 ## jamb_id = ds.get('jamb_reg_no') -
WAeUP_SRP/trunk/skins/waeup_student/portlet_student_workflow_display.pt
r509 r511 13 13 <table class="registration"> 14 14 15 <span tal:condition="python:1"> 16 <tr> 17 <td class="active"><a href="apply" 18 tal:attributes="href string:${context/absolute_url}/students/apply_admission"> 19 Apply for PUME</a></td> 20 </tr> 21 </span> 15 22 <span tal:condition="python:path('info/review_state')=='application_pin_entered'"> 16 23 <tr><td class="active">Admission started</td></tr>
Note: See TracChangeset for help on using the changeset viewer.