This commit is contained in:
Rachid Mrad 2025-02-12 16:26:34 -05:00
parent 859484c836
commit 594c9f9d17
No known key found for this signature in database

View file

@ -67,7 +67,7 @@ Organization member
<form method="post" id="member-delete-form" action="{{ request.path }}/delete"> {% csrf_token %} </form>
<address>
<strong class="text-primary-dark">Last active:</strong>
<strong class="text-primary-darker">Last active:</strong>
{% if member and member.last_login %}
{{ member.last_login|date:"F j, Y" }}
{% elif portfolio_invitation %}