Author: sevein
Date: Fri Oct  8 05:25:59 2010
New Revision: 27

Log:
Add time mark to rows for debugging purposes.

Modified:
   trunk/templates/report.html

Modified: trunk/templates/report.html
==============================================================================
--- trunk/templates/report.html Fri Oct  8 05:25:21 2010        (r26)
+++ trunk/templates/report.html Fri Oct  8 05:25:59 2010        (r27)
@@ -38,7 +38,7 @@
       </tr>
       {% for item in objects.object_list %}
         <tr class="{% cycle 'odd' 'even' %}">
-          <td class="date">{{ item.created_at|date:"SHORT_DATE_FORMAT" }}</td>
+          <td class="date" title="{{ item.created_at|time:"H:i:s" }}">{{ 
item.created_at|date:"SHORT_DATE_FORMAT" }}</td>
           <td>{{ item.site_title }}</td>
           <td>{{ item.site_description }}</td>
           <td>{{ item.version }} (&raquo;&nbsp;{{ item.version_offered }})</td>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.

Reply via email to