Changeset 3887
- Timestamp:
- 28 Jan 2009, 12:44:23 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission_manage_form.pt
r3709 r3887 64 64 <h3>Application Record <span tal:replace="reg_no"/> 65 65 <tal:block condition="python: ds['screening_type'] == 'cest' and ccode"> 66 (<span tal:replace="python:'%s%s/ 07' % (ccode[:3],serial)" />)66 (<span tal:replace="python:'%s%s/%s' % (ccode[:3],serial,context.getSessionId()[0])" />) 67 67 </tal:block> 68 68 </h3> -
WAeUP_SRP/trunk/skins/waeup_student/apply_admission_slip.pt
r3223 r3887 9 9 ccode options/ds/course1|nothing; 10 10 ccode python:ccode[:3]; 11 app_no string:${ccode}${serial}/07; 11 session_id python:context.getSessionId()[0]; 12 app_no string:${ccode}${serial}/${session_id}; 12 13 screening_type options/ds/screening_type; 13 14 with_app_no python: screening_type in ('cest','sandwich');
Note: See TracChangeset for help on using the changeset viewer.