mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
removed role column
This commit is contained in:
parent
14c68c1f1f
commit
67ab988d1e
1 changed files with 0 additions and 6 deletions
|
@ -10,7 +10,6 @@
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
<th>Phone</th>
|
<th>Phone</th>
|
||||||
<th>Roles</th>
|
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -28,11 +27,6 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>{{ member.user.phone }}</td>
|
<td>{{ member.user.phone }}</td>
|
||||||
<td>
|
|
||||||
{% for role in member.user|portfolio_role_summary:original %}
|
|
||||||
<span class="usa-tag bg-primary-dark text-semibold">{{ role }}</span>
|
|
||||||
{% endfor %}
|
|
||||||
</td>
|
|
||||||
<td class="padding-left-1 text-size-small">
|
<td class="padding-left-1 text-size-small">
|
||||||
{% if member.user.email %}
|
{% if member.user.email %}
|
||||||
<input aria-hidden="true" class="display-none" value="{{ member.user.email }}" />
|
<input aria-hidden="true" class="display-none" value="{{ member.user.email }}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue