summaryrefslogtreecommitdiffstats
path: root/dashboard/src/dashboard/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/dashboard/views.py')
-rw-r--r--dashboard/src/dashboard/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/dashboard/views.py b/dashboard/src/dashboard/views.py
index c4a6685..aaad7ab 100644
--- a/dashboard/src/dashboard/views.py
+++ b/dashboard/src/dashboard/views.py
@@ -46,7 +46,7 @@ def lab_detail_view(request, lab_name):
'title': "Lab Overview",
'lab': lab,
'hostprofiles': lab.hostprofiles.all(),
- 'images': images
+ 'images': images,
}
)