]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/todo-lists.html
Django 1.5 compatibility fixes
[patchwork] / templates / patchwork / todo-lists.html
index 47dbf03f026d8a8332b32d9f1842dd5fa7e8853a..e268160bb5360b887aa0f52588b78f0db013f19e 100644 (file)
@@ -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>