aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-04-01 13:00:41 -0400
committerParker Berberian <pberberian@iol.unh.edu>2019-04-01 13:00:41 -0400
commit4391d9794ba82e609acc7fff43b8ae449fcb87c7 (patch)
tree47e16661b3bb678485d8e1d594be1c1321b2c733
parent6a2ba8a7539931490a32437c30d22f19a1e2748b (diff)
Removed bad line in Lab detail page
profile.labs templates to "account.Lab.None" which is ugly and makes no sense. Change-Id: I835718e72dad57cecf2c83229922046df9f1a312 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
-rw-r--r--src/templates/dashboard/lab_detail.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/dashboard/lab_detail.html b/src/templates/dashboard/lab_detail.html
index 7d018ca..7938e86 100644
--- a/src/templates/dashboard/lab_detail.html
+++ b/src/templates/dashboard/lab_detail.html
@@ -62,7 +62,6 @@
<tr>
<td>{{profile.name}}</td>
<td>{{profile.description}}</td>
- <td>{{profile.labs}}</td>
<td><a href="/resource/profiles/{{ profile.id }}" class="btn btn-primary">Profile</a></td>
</tr>
{% endfor %}