diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-17 21:01:33 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-17 21:01:33 +0100 |
commit | 7e6afba545729d00de177eceb4bac2619b35eb61 (patch) | |
tree | cd8cb405d54a3fd14a471a752f35e2b3db61a8b2 /ctrack/templates/base.html | |
parent | 766b5670d0e420b09594116ce832aec975e036ff (diff) |
first test of user profile view
Diffstat (limited to 'ctrack/templates/base.html')
-rw-r--r-- | ctrack/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html index be4340a..0b1e04e 100644 --- a/ctrack/templates/base.html +++ b/ctrack/templates/base.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> - <title>{% block title %}ctrack - Department for Transport{% endblock title %}</title> + <title>{% block title %}ctrack - NIS Tracker{% endblock title %}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> |