Changeset 4388


Ignore:
Timestamp:
29 Jun 2009, 14:24:01 (15 years ago)
Author:
Henrik Bettermann
Message:

change deadline date format

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  
    7777deadline = {}
    7878for 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')
    8080configuration += ('deadline',deadline),
    8181
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission_form.pt

    r3590 r4388  
    9292            </ul>
    9393            <br />
    94             <font color="red">Application submission deadline is at Midnight on <span tal:content="deadline" />. 
     94            <font color="red">Application submission deadline is on <span tal:content="deadline" />. 
    9595            No application will be treated after the deadline. </font>
    9696          </metal:block>
Note: See TracChangeset for help on using the changeset viewer.