From 3f96bdbe6542c2600def600514d577aea351ff3d Mon Sep 17 00:00:00 2001 From: maxbr Date: Mon, 19 Sep 2016 10:10:54 +0200 Subject: Fix table HTML JIRA: RELENG-12 Change-Id: I780c1fc0daab9ee2f2599c51f31eb416a2c7dbbf Signed-off-by: maxbr --- .../templates/dashboard/resource_detail.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/pharos-dashboard/templates/dashboard/resource_detail.html') diff --git a/tools/pharos-dashboard/templates/dashboard/resource_detail.html b/tools/pharos-dashboard/templates/dashboard/resource_detail.html index 6067e1ea..657d5656 100644 --- a/tools/pharos-dashboard/templates/dashboard/resource_detail.html +++ b/tools/pharos-dashboard/templates/dashboard/resource_detail.html @@ -164,15 +164,15 @@ {% for user in resource.vpn_users.all %} - + {{ user.username }} - - + + {{ user.email }} - - + + {{ user.userprofile.company }} - + {% endfor %} -- cgit 1.2.3-korg