summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/templates/dashboard/resource_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'pharos-dashboard/templates/dashboard/resource_detail.html')
-rw-r--r--pharos-dashboard/templates/dashboard/resource_detail.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/pharos-dashboard/templates/dashboard/resource_detail.html b/pharos-dashboard/templates/dashboard/resource_detail.html
index 6067e1e..657d565 100644
--- a/pharos-dashboard/templates/dashboard/resource_detail.html
+++ b/pharos-dashboard/templates/dashboard/resource_detail.html
@@ -164,15 +164,15 @@
<tbody>
{% for user in resource.vpn_users.all %}
<tr>
- <th>
+ <td>
{{ user.username }}
- </th>
- <th>
+ </td>
+ <td>
{{ user.email }}
- </th>
- <th>
+ </td>
+ <td>
{{ user.userprofile.company }}
- </th>
+ </td>
</tr>
{% endfor %}
</table>