diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html index 648a936e0..e7424aa56 100644 --- a/netbox/templates/generic/object.html +++ b/netbox/templates/generic/object.html @@ -43,7 +43,7 @@
Created {{ object.created|annotated_date }} · - Updated {{ object.last_updated|timesince }} ago + Updated {{ object.last_updated|annotated_date }} ({{ object.last_updated|timesince }} ago) {{ object|meta:"app_label" }}.{{ object|meta:"model_name" }}:{{ object.pk }}
diff --git a/netbox/templates/users/userkey.html b/netbox/templates/users/userkey.html index 95e9846db..a024ee352 100644 --- a/netbox/templates/users/userkey.html +++ b/netbox/templates/users/userkey.html @@ -22,7 +22,7 @@Created {{ object.created|annotated_date }} · - Updated {{ object.last_updated|timesince }} ago + Updated {{ object.last_updated|annotated_date }} ({{ object.last_updated|timesince }} ago)
{% if not object.is_active %}