From 3faeab7d548552bfaa6719b75be9b6450b5031bd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 25 Jan 2014 09:16:48 -0600 Subject: Add 'Latest Update' column to stale package relations This helps when doing the irregular cleanup of these things and making sure a relation has been stale for some time and not just a couple minutes or hours. Signed-off-by: Dan McGee --- templates/packages/stale_relations.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/packages/stale_relations.html b/templates/packages/stale_relations.html index 76f3205..f1ad437 100644 --- a/templates/packages/stale_relations.html +++ b/templates/packages/stale_relations.html @@ -52,6 +52,7 @@ User Type Created + Latest Update @@ -62,6 +63,7 @@ {{ relation.user.get_full_name }} {{ relation.get_type_display }} {{ relation.created }} + {{ relation.last_update.created }} {% empty %} No non-existent pkgbase relations. -- cgit v1.2.3-24-g4f1b