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/base.html | 2 +- ctrack/templates/pages/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ctrack/templates') diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html index 4398926..c0ee4cd 100644 --- a/ctrack/templates/base.html +++ b/ctrack/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}ctrack{% endblock title %} + {% block title %}ctrack - Department for Transport{% endblock title %} 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