From 7543f8e0c4d9364c850a7ddc6788bca245bb68d1 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 11 May 2008 22:27:52 +0200 Subject: [PATCH] [ARCHIVE] Suppress SHA1 and SHA256 fields, since they are never available anyway --- templates/html/download.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl index 97ef81e..07e3611 100644 --- a/templates/html/download.tmpl +++ b/templates/html/download.tmpl @@ -106,8 +106,8 @@ deb http://[% mirrors.$archive.europa.0 %] [% suite %] main [% section - - +
[% g('Exact Size') %] [% g('%s Byte (%s %s)', size, num.format_number(pkgsize,1), pkgsize_unit) %]
[% g('MD5 checksum') %] [% md5sum %]
[% g('SHA1 checksum') %] [% sha1 || g('Not Available') %]
[% g('SHA256 checksum') %] [% sha256 || g('Not Available') %]
[%- PROCESS 'html/foot.tmpl' page_name="$pkg/download" -%] -- 2.39.2