Changeset 541 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 20 Sep 2006, 13:54:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/student_edit.py
r540 r541 50 50 if is_valid and app_doc.passport is not None: 51 51 psm = 'You successfully uploaded your passport image.' 52 args = {'apply_button': ' Save andApply',}52 args = {'apply_button': 'Apply',} 53 53 else: 54 54 psm = "You didn't upload a passport image." … … 64 64 args = {} 65 65 if 'apply_admission' not in REQUEST.form: 66 args = {'apply_button': ' Save andApply',}66 args = {'apply_button': 'Apply',} 67 67 psm = 'You successfully uploaded your passport image.' 68 68 else:
Note: See TracChangeset for help on using the changeset viewer.