From 079ca7a046442ce189db1ffd98a6f602f9728413 Mon Sep 17 00:00:00 2001
From: Sean Finney
Date: Sat, 28 Jun 2008 15:11:39 +0200
Subject: have a "slightly" more efficient frontpage query
---
templates/frontpage.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'templates')
diff --git a/templates/frontpage.tmpl b/templates/frontpage.tmpl
index 17ddbd9..37a4794 100644
--- a/templates/frontpage.tmpl
+++ b/templates/frontpage.tmpl
@@ -12,7 +12,7 @@ Debian Project patch tracking system
Quick access
Browse patches by package name
-#set $links = [ ""+k+"" for k in $allindex.indices ]
+#set $links = [ ""+k+"" for k in $indices ]
#set $out = " - ".join($links)
$out
--
cgit v1.2.3