diff --git a/back/admin/people/templates/new_hire_detail.html b/back/admin/people/templates/new_hire_detail.html index 0bd14bee2..f641288bc 100644 --- a/back/admin/people/templates/new_hire_detail.html +++ b/back/admin/people/templates/new_hire_detail.html @@ -1,5 +1,5 @@ {% extends 'admin_base.html' %} -{% load i18n %} +{% load i18n tz %} {% load general %} {% block actions %} @@ -133,7 +133,7 @@

{% translate "Latest activity..." %}

{{ notification.get_notification_type_display }} -
{% translate "By" %}{% if notification.created_by %} {{ notification.created_by.full_name }}{% else %} ChiefOnboarding{% endif %} - {{ notification.created }}
+
{% translate "By" %}{% if notification.created_by %} {{ notification.created_by.full_name }}{% else %} ChiefOnboarding{% endif %} - {% timezone org.timezone %}{{ notification.created }}{% endtimezone %}
{% if notification.can_delete %}
{% csrf_token %}