From c4a953c38834fb168309306f7d4f8949165d16dd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 4 May 2010 10:31:24 -0500 Subject: todo: fix maintainer display text We were showing 'orphan' for every package due to our maintainer information moving. This is going to make the page a bit slow again, but we'll try and fix that later using some other tricks if possible. Fixes FS#18920. Signed-off-by: Dan McGee --- templates/todolists/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 5af6da8..ae8a656 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -28,7 +28,7 @@ {{ pkg.pkg.pkgname }} {{ pkg.pkg.arch.name }} {{ pkg.pkg.repo.name|capfirst }} - {{ pkg.pkg.maintainer.get_full_name|default:"Orphan" }} + {{ pkg.pkg.maintainers|join:', ' }} {% if pkg.complete %} Complete -- cgit v1.2.3-24-g4f1b