Fixed the date / time format of the meeting materials page generation time.

- Legacy-Id: 541
This commit is contained in:
Henrik Levkowetz 2007-06-19 21:54:53 +00:00
parent d6a31b4f7f
commit 8b859831ea

View file

@ -9,7 +9,7 @@
<h4>Submission cutoff odate: {{ cut_off_date|date:"F j, Y" }}</h4>
<h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }} </h4>
{% endif %}
Updated as of {% now "F j, Y, P (T)" %}
Updated as of {% now "F j, Y, H:i:s (T)" %}
<br><br>
{% regroup object_list|dictsort:"area" by area_name as areas %}