From 197c500ecd65fac3a37e130c3e0348eeb42d725e Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Fri, 18 Jan 2019 16:14:00 -0500 Subject: Make landing page less sparse Change-Id: If661574fd0c62e208651507ccff844cf6f14e914 Signed-off-by: Sawyer Bergeron --- dashboard/src/dashboard/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/src/dashboard/views.py') diff --git a/dashboard/src/dashboard/views.py b/dashboard/src/dashboard/views.py index 36c3253..c4a6685 100644 --- a/dashboard/src/dashboard/views.py +++ b/dashboard/src/dashboard/views.py @@ -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: -- cgit 1.2.3-korg