mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
updates
This commit is contained in:
parent
fdbac80a31
commit
d6ee1d4242
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
{% for invitation in domain_invitations %}
|
||||
<tr>
|
||||
<th scope="row" role="rowheader" data-sort-value="{{ invitation.user.email }}" data-label="Email">
|
||||
{{ invitation.email }}
|
||||
{{ invitation }}
|
||||
</th>
|
||||
<td data-sort-value="{{ invitation.created_at|date:"U" }}" data-label="Date created">{{ invitation.created_at|date }} </td>
|
||||
<td data-label="Status">{{ invitation.status|title }}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue