From ab83194ae6b0aeadd57237d32eb08d7c09e703b3 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 26 May 2020 20:57:57 +0100 Subject: when user logs in - now redirects to home page - func and unit tests passing --- ctrack/templates/pages/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrack/templates/pages') diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html index fbce9ff..bc70c17 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -2,7 +2,7 @@ {% block content %} -

User profile page

+

Welcome to ctrack - Department for Transport

User: {{ object }}

-- cgit v1.2.3