From a65f92dd5ec548e387c7da925d45d53c33f09bbe Mon Sep 17 00:00:00 2001
From: Brian Moe <brian.moe@ligo.org>
Date: Thu, 7 Jun 2012 15:39:51 -0500
Subject: [PATCH] Put IFOs in summary info on latest page.

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

diff --git a/templates/gracedb/latest.html b/templates/gracedb/latest.html
index 31af6a509..e8506d489 100644
--- a/templates/gracedb/latest.html
+++ b/templates/gracedb/latest.html
@@ -127,6 +127,9 @@
                     <td> {{ item.gpstime }} </td></tr>
                 <tr><th>Latency:</th>
                     <td> {{ item.reportingLatency }} {% if item.reportingLatency %}seconds{% endif %}</td></tr>
+                <tr><th>IFOS:</th>
+                    <td> {{ item.instruments }} </td></tr>
+
                 <tr><th>Created:</th>
                     <td> {{ item.created|utc }} </td></tr>
             </table>
-- 
GitLab