Changeset 2357 for WAeUP_SRP/base
- Timestamp:
- 12 Oct 2007, 20:52:48 (17 years ago)
- Location:
- WAeUP_SRP/base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Widgets.py
r2356 r2357 1440 1440 if applicant.screening_type != screening_type_request\ 1441 1441 and screening_type_request != 'manage': 1442 err = "You used the wrong applicationform!"1442 err = "You are using the wrong access form!" 1443 1443 s_logger.info('%s tried to use %s application form but has applied for %s' % (ref,screening_type_request,applicant.screening_type)) 1444 1444 break -
WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt
r2324 r2357 14 14 <h3 tal:content="info/heading" /> 15 15 </span> 16 <span tal:condition=" expired">16 <span tal:condition="python:expired and mode!='view'"> 17 17 <h3>Show Application Record! </h3> 18 18 </span>
Note: See TracChangeset for help on using the changeset viewer.