From 85807311ca5545ea5e9d5a0170cf816269982348 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 5 Jul 2010 22:22:19 -0500 Subject: Show incomplete todo list packages in dev dashboard Implements FS#20081. Signed-off-by: Dan McGee --- templates/devel/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'templates') diff --git a/templates/devel/index.html b/templates/devel/index.html index d2dd155d..cba9e761 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -60,6 +60,35 @@

My Flagged Packages

+

My Incomplete Todo List Packages

+ + + + + + + + + + + + + {% for todopkg in todopkgs %} + + + + + + + + {% empty %} + + {% endfor %} + +
Todo ListNameRepoArchMaintainer(s)
{{ todopkg.list.name }}{{ todopkg.pkg.pkgname }}{{ todopkg.pkg.repo.name }}{{ todopkg.pkg.arch.name }}{{ todopkg.pkg.maintainers|join:', ' }}
No incomplete todo list packages to display
+
{% csrf_token %}