Update netbox/templates/users/user.html

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
Zacho 2024-02-20 20:36:25 +01:00 committed by GitHub
parent a628503485
commit e718773c9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
<td>{{ object.date_joined|annotated_date }}</td> <td>{{ object.date_joined|annotated_date }}</td>
</tr> </tr>
<tr> <tr>
<th scope="row">{% trans "Account Last Login" %}</th> <th scope="row">{% trans "Last Login" %}</th>
<td>{{ object.last_login|annotated_date }}</td> <td>{{ object.last_login|annotated_date }}</td>
</tr> </tr>
<tr> <tr>