diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 56091b4..f04d6e1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,7 @@ ><strong>{{ user.username }}</strong></a> <br/> <a href="{% url 'patchwork.views.user.todo_lists' %}">todo - ({{ user.get_profile.n_todo_patches }})</a> :: + ({{ user.profile.n_todo_patches }})</a> :: <a href="{% url 'patchwork.views.bundle.bundles' %}">bundles</a> <br/> <a href="{% url 'patchwork.views.user.profile' %}">profile</a> :: |