diff options
Diffstat (limited to 'ctrack/templates/pages/home.html')
-rw-r--r-- | ctrack/templates/pages/home.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html index 63913c1..fbce9ff 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -1 +1,9 @@ -{% extends "base.html" %}
\ No newline at end of file +{% extends "base.html" %} + +{% block content %} + + <h1>User profile page</h1> + + <p>User: {{ object }}</p> + +{% endblock content %} |