diff options
Diffstat (limited to 'src/dashboard')
-rw-r--r-- | src/dashboard/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dashboard/views.py b/src/dashboard/views.py index 36c3253..c4a6685 100644 --- a/src/dashboard/views.py +++ b/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: |