aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-03-18 13:25:56 -0400
committerParker Berberian <pberberian@iol.unh.edu>2019-03-18 13:25:56 -0400
commit6637e4f9f2856f346ba1a37254fed1f062e6ec35 (patch)
tree0374e23a6e51f6d95ed303a307c19165560ec855 /src/templates
parent9cb0a4691e9e4bd30a0f68861942ac987b767bf1 (diff)
Remove Unneeded field
Removed field that referenced other labs because it is always None Change-Id: I6bfce388844a8c5a7d60d227f51f10e628fc626d Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'src/templates')
-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 4c06245..a30ac9e 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>
</tr>
{% endfor %}
</table>