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

A Patchwork Todo-list contains patches that are assigned to you, and -are in an "action required" state -({% for state in action_required_states %}{% if forloop.last and not forloop.first %} or {% endif %}{{ state }}{% if not forloop.last and not forloop.first %}, {%endif %}{% endfor %}), and are not archived. -

- -{% include "patchwork/patch-list.html" %} - -{% endblock %}