From 6637e4f9f2856f346ba1a37254fed1f062e6ec35 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Mon, 18 Mar 2019 13:25:56 -0400 Subject: Remove Unneeded field Removed field that referenced other labs because it is always None Change-Id: I6bfce388844a8c5a7d60d227f51f10e628fc626d Signed-off-by: Parker Berberian --- src/templates/dashboard/lab_detail.html | 1 - 1 file changed, 1 deletion(-) (limited to 'src/templates') 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 @@ {{profile.name}} {{profile.description}} - {{profile.labs}} {% endfor %} -- cgit 1.2.3-korg