From 4797c7df657b9a95b99f9dfadf123dbf2c227b3d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 4 Jan 2011 21:29:37 +0000 Subject: [PATCH] Various template updates from live --- templates/hr/applications/view.html | 11 +++++------ templates/sso/character.html | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index 1aab136..38128e4 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -45,10 +45,10 @@ {% if audit %}

Event Log

- - +
Event TypeUserDateEvent Details
+ {% for a in audit %} - + {% endfor %}
Event TypeUserDateEvent Details
{{ a.get_event_display }}{{ a.user }}{{ a.date }}{{ a.text }}
{{ a.get_event_display }}{{ a.user }}{{ a.date|date:"Y/m/d H:i:s" }}{{ a.text|linebreaks }}
{% endif %} @@ -65,17 +65,16 @@ {% if app.recommendation_set.all %}

Recommendations

-