summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/todo-lists.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/todo-lists.html')
-rw-r--r--templates/patchwork/todo-lists.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/todo-lists.html b/templates/patchwork/todo-lists.html
index 47dbf03..e268160 100644
--- a/templates/patchwork/todo-lists.html
+++ b/templates/patchwork/todo-lists.html
@@ -16,7 +16,7 @@
{% for todo_list in todo_lists %}
<tr>
<td><a
- href="{% url patchwork.views.user.todo_list project_id=todo_list.project.linkname %}"
+ href="{% url 'patchwork.views.user.todo_list' project_id=todo_list.project.linkname %}"
>{{ todo_list.project.name }}</a></td>
<td class="numberformat">{{ todo_list.n_patches }}</td>
</tr>