summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-09-02 19:30:36 +0200
committerSean Finney <seanius@debian.org>2008-09-02 19:30:36 +0200
commite85af5f8a57084d8bc355623f879e13502aa366e (patch)
treea956135be77effa57cebfc7298e4f3e00a16725e /templates
parentb2dddfefae747818d9442bd4709e4c04de789bec (diff)
downloadpatch-tracker-e85af5f8a57084d8bc355623f879e13502aa366e.tar.gz
new ReleaseList class to order project releases
Diffstat (limited to 'templates')
-rw-r--r--templates/letter_toc.tmpl4
-rw-r--r--templates/searchresults.tmpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/letter_toc.tmpl b/templates/letter_toc.tmpl
index 64e5317..8d60cc6 100644
--- a/templates/letter_toc.tmpl
+++ b/templates/letter_toc.tmpl
@@ -9,7 +9,7 @@ Debian Project patch tracking system
<table class="packagelisting">
<tr>
<th>package</th>
-#for $d in $dists.iterkeys()
+#for $d in $dists
<th>$d</th>
#end for
</tr>
@@ -19,7 +19,7 @@ Debian Project patch tracking system
<a name="$escape_name($p)" />
<a href="http://packages.debian.org/$p">$p</a>
</td>
- #for $d in $dists.iterkeys()
+ #for $d in $dists
<td>
#if $pkgs[$p].has_key($d)
<a href="$conf.root_url/package/$p/$pkgs[$p][$d].version">$pkgs[$p][$d].version</a>
diff --git a/templates/searchresults.tmpl b/templates/searchresults.tmpl
index 9768d45..d8fb8ef 100644
--- a/templates/searchresults.tmpl
+++ b/templates/searchresults.tmpl
@@ -9,7 +9,7 @@ Debian Project patch tracking system - Search Results
<table class="packagelisting">
<tr>
<th>package</th>
-#for $d in $dists.iterkeys()
+#for $d in $dists
<th>$d</th>
#end for
</tr>
@@ -19,7 +19,7 @@ Debian Project patch tracking system - Search Results
<a name="$p" />
<a href="http://packages.debian.org/$p">$p</a>
</td>
- #for $d in $dists.iterkeys()
+ #for $d in $dists
<td>
#if $pkgs[$p].has_key($d)
<a href="$conf.root_url/package/$p/$pkgs[$p][$d].version">$pkgs[$p][$d].version</a>