summaryrefslogtreecommitdiff
path: root/templates/packages/stale_relations.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-25 19:35:48 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-25 19:35:48 -0400
commitf8e3c3b96277dc66a0d378b5d825bf1837daf1ee (patch)
treea14af7bf10f170938de28c316c1271d247e16d3c /templates/packages/stale_relations.html
parent6e6f3c906c59360c792d3387eb0662f7f0f3eddc (diff)
parent824bd93116c4c0a48d7112ae0bceb46e70851df5 (diff)
Merge branch 'master-nomake'
Diffstat (limited to 'templates/packages/stale_relations.html')
-rw-r--r--templates/packages/stale_relations.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/packages/stale_relations.html b/templates/packages/stale_relations.html
index cd447a2e..91ea033e 100644
--- a/templates/packages/stale_relations.html
+++ b/templates/packages/stale_relations.html
@@ -52,6 +52,7 @@
<th>User</th>
<th>Type</th>
<th>Created</th>
+ <th>Latest Update</th>
</tr>
</thead>
<tbody>
@@ -62,6 +63,7 @@
<td>{{ relation.user.get_full_name }}</td>
<td>{{ relation.get_type_display }}</td>
<td>{{ relation.created }}</td>
+ <td>{{ relation.last_update.created }}</td>
</tr>
{% empty %}
<tr class="empty"><td colspan="4"><em>No non-existent pkgbase relations.</em></td></tr>