app/templates/projrev/proposal/submit.html
changeset 14 9d720dfded68
parent 13 684540719344
child 22 0321f984fb16
--- a/app/templates/projrev/proposal/submit.html	Fri Aug 07 03:04:57 2009 +0530
+++ b/app/templates/projrev/proposal/submit.html	Fri Aug 07 03:16:44 2009 +0530
@@ -43,14 +43,14 @@
 		</span>
 		<span class="date">Last reviewed:
 		{% if last_reviewed %}
-      {{ last_reviewed|date:"jS F Y H:i" }}
+      {{ last_reviewed|date:"jS F Y h:iA" }}
     {% else %}
       (<i>Not Reviewed</i>)
     {% endif %}
 		</span>
 		<span class="date">Last submitted:
 		{% if last_submitted %}
-      {{ last_submitted|date:"jS F Y H:i" }}
+      {{ last_submitted|date:"jS F Y h:iA" }}
     {% else %}
       (<i>New Submission</i>)
     {% endif %}