Skip to content

Commit

Permalink
Show date on invites
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Oct 5, 2023
1 parent 980e469 commit 57d1bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/orgs/org_manage_accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="is-size-2 has-text-weight-bold">
{% endfor %}
{% for invite in invites %}
<tr class="{% cycle 'row2' 'row1' %} invite">
<td>{{ invite.email }} (Invite Sent)</td>
<td>{{ invite.email }} (Invite Sent on <span class="italic is-size-7">{{ invite.modified_on }}</span>)</td>
<td class="permission">
{% if invite.user_group == 'A' %}
<input type="checkbox" disabled>
Expand Down

0 comments on commit 57d1bb7

Please sign in to comment.