From 5b91583faac8b2d78dd0fbdcf9580050b4e4e276 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 24 Nov 2010 16:50:02 +0000 Subject: [PATCH] Updated source field on the view application template --- templates/hr/applications/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index 00002e0..2697866 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -57,7 +57,7 @@ {% for a in app.blacklist_values %} - + {% endfor %}
Blacklist TypeBlacklisted ValueReasonSource
{{ a.get_type_display }}{{ a.value }}{{ a.reason }}{{ a.get_source_display }}
{{ a.get_type_display }}{{ a.value }}{{ a.reason }}{{ a.source }}
{% endif %}