From c6b9d72f013f4603b948174212fe9c358a6f9d4c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 28 Oct 2010 10:14:35 +0100 Subject: [PATCH] Show the Source on the application detail --- templates/hr/applications/view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index b55dc71..00002e0 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -55,9 +55,9 @@ {% if app.blacklisted %}

Blacklist Triggers

- + {% for a in app.blacklist_values %} - + {% endfor %}
Blacklist TypeBlacklisted ValueReason
Blacklist TypeBlacklisted ValueReasonSource
{{ a.get_type_display }}{{ a.value }}{{ a.reason }}
{{ a.get_type_display }}{{ a.value }}{{ a.reason }}{{ a.get_source_display }}
{% endif %}