aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/pages
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-26 20:57:57 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-26 20:57:57 +0100
commitab83194ae6b0aeadd57237d32eb08d7c09e703b3 (patch)
treec4488f77d24a94ab075b6b6f33173734c1ab626e /ctrack/templates/pages
parent4c96bc3475ba0c97f815a050e79d7983d76233cf (diff)
when user logs in - now redirects to home page - func and unit tests passing
Diffstat (limited to '')
-rw-r--r--ctrack/templates/pages/home.html2
1 files changed, 1 insertions, 1 deletions
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 %}
- <h1>User profile page</h1>
+ <h1>Welcome to ctrack - Department for Transport</h1>
<p>User: {{ object }}</p>