- Timestamp:
- 3 Dec 2007, 09:19:10 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission_manage_form.pt
r2835 r2839 72 72 name="reset" 73 73 value="Reset" 74 tal:condition="python: 'submitted' in ds['status']"74 tal:condition="python: ds['status'] and 'submitted' in ds['status']" 75 75 /> 76 76
Note: See TracChangeset for help on using the changeset viewer.