From 362acd08868b5a7ad0c1a9ccd502b2b4d1b7324c Mon Sep 17 00:00:00 2001
From: Brian Moe <brian.moe@ligo.org>
Date: Wed, 27 Jun 2012 10:30:08 -0500
Subject: [PATCH] Added page production date to latest page.

---
 templates/gracedb/latest.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/gracedb/latest.html b/templates/gracedb/latest.html
index 1d7cdbedc..4b3e19d8c 100644
--- a/templates/gracedb/latest.html
+++ b/templates/gracedb/latest.html
@@ -4,9 +4,10 @@
 {% load scientific %}
 
 {% block title %}Latest{% endblock %}
-{% block heading %}Latest{% endblock %}
+{% block heading %}Latest &mdash; as of {% now "j F Y H:i T" %}{% endblock %}
 {% block pageid %}latest{% endblock %}
 
+
 {% block jscript %}
 
 {% if not error %}
@@ -96,6 +97,7 @@
     </table>
 </form>
 
+
 {% if objects %}
 <table class="event">
     {% if skyalert_authorized  %}
-- 
GitLab