Merge "Fixing Network Models"
[pharos-tools.git] / dashboard / src / dashboard / views.py
index 36c3253..aaad7ab 100644 (file)
@@ -46,7 +46,7 @@ def lab_detail_view(request, lab_name):
             'title': "Lab Overview",
             'lab': lab,
             'hostprofiles': lab.hostprofiles.all(),
-            'images': images
+            'images': images,
         }
     )
 
@@ -78,7 +78,7 @@ def landing_view(request):
         manager_detected = True
 
     if request.method == 'GET':
-        return render(request, 'dashboard/landing.html', {'manager': manager_detected, 'title': "Welcome!"})
+        return render(request, 'dashboard/landing.html', {'manager': manager_detected, 'title': "Welcome to the Lab as a Service Dashboard"})
 
     if request.method == 'POST':
         try: