diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/templates/pages/home.html | 2 |
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> |