X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Ftodo-lists.html;fp=templates%2Fpatchwork%2Ftodo-lists.html;h=0000000000000000000000000000000000000000;hb=ad2762cf775a8dde508de47164d6429f3fd724f1;hp=e268160bb5360b887aa0f52588b78f0db013f19e;hpb=f09e982f58384946111d4157fd2b7c2b31b78612;p=patchwork diff --git a/templates/patchwork/todo-lists.html b/templates/patchwork/todo-lists.html deleted file mode 100644 index e268160..0000000 --- a/templates/patchwork/todo-lists.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "base.html" %} - -{% block title %}{{ user }}'s todo lists{% endblock %} -{% block heading %}{{ user }}'s todo lists{% endblock %} - -{% block body %} - -{% if todo_lists %} -

You have multiple todo lists. Each todo list contains patches for a single - project.

- - - - - -{% for todo_list in todo_lists %} - - - - -{% endfor %} -
projectpatches
{{ todo_list.project.name }}{{ todo_list.n_patches }}
- -{% else %} - No todo lists -{% endif %} -{% endblock %}