diff options
Diffstat (limited to '')
-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 %} |