Changeset 3392 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 28 Mar 2008, 10:07:38 (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.py
r3342 r3392 163 163 without_reg_no = screening_type in ('prence','cest','sandwich') 164 164 info['expired'] = current.greaterThan(deaddates[screening_type]) 165 info['expiration_date'] = deaddates[screening_type] 165 166 166 167 … … 176 177 ob=object, 177 178 commit = False, 179 expiration_date = deaddates[screening_type], 178 180 ) 179 181 if slip: -
WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt
r3384 r3392 35 35 tal:attributes="value ds/pin|nothing" 36 36 tal:condition="ds/pin|nothing"/> 37 <input type="hidden" name="expiration_date" 38 tal:attributes="value info/expiration_date|nothing" 39 tal:condition="info/expiration_date|nothing"/> 37 40 38 41 <div tal:replace="structure rendered_main" />
Note: See TracChangeset for help on using the changeset viewer.