Changeset 4388 for WAeUP_SRP/trunk/skins
- Timestamp:
- 29 Jun 2009, 14:24:01 (15 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r4241 r4388 77 77 deadline = {} 78 78 for sct in screening_types: 79 deadline[sct] = deaddates[sct].strftime('%A, %d. %B %Y ')79 deadline[sct] = deaddates[sct].strftime('%A, %d. %B %Y at %I:%M %p') 80 80 configuration += ('deadline',deadline), 81 81 -
WAeUP_SRP/trunk/skins/waeup_student/apply_admission_form.pt
r3590 r4388 92 92 </ul> 93 93 <br /> 94 <font color="red">Application submission deadline is at Midnighton <span tal:content="deadline" />.94 <font color="red">Application submission deadline is on <span tal:content="deadline" />. 95 95 No application will be treated after the deadline. </font> 96 96 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.