aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/pages/home.html
blob: fbce9ffe2d59fbfd8e6627ff64499de680b600fc (plain) (blame)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block content  %}

    <h1>User profile page</h1>

    <p>User: {{ object }}</p>
    
{% endblock content %}