diff --git a/app/hr/templates/hr/applications/admin/view_list.html b/app/hr/templates/hr/applications/admin/view_list.html index c1213bf..46ee0a4 100644 --- a/app/hr/templates/hr/applications/admin/view_list.html +++ b/app/hr/templates/hr/applications/admin/view_list.html @@ -6,7 +6,7 @@ diff --git a/app/hr/templates/hr/blacklist_list.html b/app/hr/templates/hr/blacklist_list.html index fb94afd..c9ac57a 100644 --- a/app/hr/templates/hr/blacklist_list.html +++ b/app/hr/templates/hr/blacklist_list.html @@ -3,6 +3,14 @@ {% block title %}Blacklist{% endblock %} {% block content %} + + +
| ID | Type | Value | Level | Reason | Expiry | {% for obj in object_list %} -
|---|---|---|---|---|---|
| {{ obj.id }} | {{ obj.get_type_display }} | {{ obj.value }} | {{ obj.get_level_display }} | {{ obj.reason }} | {{ obj.expiry_date }} |
| {{ obj.id }} | {{ obj.get_type_display }} | {{ obj.value }} | {{ obj.get_level_display }} | {{ obj.reason }} | {{ obj.expiry_date }} |