diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-26 21:22:51 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-26 21:22:51 +0100 |
commit | ca2272bca90fc1fb7dbd78a2458ae921d5ffa59e (patch) | |
tree | 415fe963685c3ea3573a094b12d1e4d16e9c2664 /ctrack/templates/pages | |
parent | 055f13ec1a20a2043daee6c7784045ae06e92236 (diff) |
regular user goes to regular user home page template when logging in
Diffstat (limited to 'ctrack/templates/pages')
-rw-r--r-- | ctrack/templates/pages/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html index bc70c17..36a3abf 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -5,5 +5,6 @@ <h1>Welcome to ctrack - Department for Transport</h1> <p>User: {{ object }}</p> + <p>THIS IS A TEMPLATE FOR A REGULAR USER</p> {% endblock content %} |