Changeset 2832 for WAeUP_SRP/base/skins
- Timestamp:
- 30 Nov 2007, 15:29:09 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission_manage_form.pt
r2811 r2832 56 56 <h3>Application Record <span tal:replace="reg_no"/> 57 57 <tal:block condition="python: ds['screening_type'] == 'cest' and ccode"> 58 (<span tal:replace="python:'%s%s/07' % (ccode[: 2],serial)" />)58 (<span tal:replace="python:'%s%s/07' % (ccode[:3],serial)" />) 59 59 </tal:block> 60 60 </h3> -
WAeUP_SRP/base/skins/waeup_student/apply_admission_slip.pt
r2802 r2832 8 8 serial options/ds/serial|nothing; 9 9 ccode options/ds/course1|nothing; 10 ccode python:ccode[: 2];10 ccode python:ccode[:3]; 11 11 app_no string:${ccode}${serial}/07; 12 12 screening_type options/ds/screening_type;
Note: See TracChangeset for help on using the changeset viewer.