summaryrefslogtreecommitdiffstats
path: root/dashboard/src/dashboard/views.py
diff options
context:
space:
mode:
authorSawyer Bergeron <sawyerbergeron@gmail.com>2019-01-18 16:14:00 -0500
committerSawyer Bergeron <sawyerbergeron@gmail.com>2019-01-18 16:14:00 -0500
commit197c500ecd65fac3a37e130c3e0348eeb42d725e (patch)
tree5d70652268b2408b20bab63b2e10c07a3216c362 /dashboard/src/dashboard/views.py
parent22bcbe3dda67bb8c4dbd632a8ac8925f6b0d9b5e (diff)
Make landing page less sparse
Change-Id: If661574fd0c62e208651507ccff844cf6f14e914 Signed-off-by: Sawyer Bergeron <sawyerbergeron@gmail.com>
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 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: