Author: adrian
Date: 2008-07-13 12:36:51 -0500 (Sun, 13 Jul 2008)
New Revision: 7920
Modified:
djangoproject.com/django_website/templates/docs/detail.html
Log:
djangoproject.com: Fixed #7311 -- Added year to the 'Last updated' section of
the documentation template. Also added the time zone
Modified: djangoproject.com/django_website/templates/docs/detail.html
===================================================================
--- djangoproject.com/django_website/templates/docs/detail.html 2008-07-13
17:26:43 UTC (rev 7919)
+++ djangoproject.com/django_website/templates/docs/detail.html 2008-07-13
17:36:51 UTC (rev 7920)
@@ -40,5 +40,5 @@
<h2>Contents</h2>
{{ doc.toc }}
<h3>Last update:</h3>
- <div>{{ update_date|date:"F j, P" }}</div>
+ <div>{{ update_date|date:"F j, Y, P" }} (<a
href="http://www.timeanddate.com/worldclock/city.html?n=64">CDT</a>)</div>
{% endblock %}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---