Update netbox/templates/account/profile.html

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

View File

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