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

-