From 0da92e1c0fb1f00cfe9edad922b52dc22573fb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Aug 2016 09:56:02 +0200 Subject: [PATCH] Add size and verification to quick download list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #24 Signed-off-by: Michal Čihař --- pmaweb/templates/files/release_list.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/pmaweb/templates/files/release_list.html b/pmaweb/templates/files/release_list.html index 1c6095d7..cf8d7fa3 100644 --- a/pmaweb/templates/files/release_list.html +++ b/pmaweb/templates/files/release_list.html @@ -6,14 +6,30 @@ - + + + + + + + {% for object in object_list %} - +{% with object.simpledownload as file %} + + + +{% endwith %} {% endfor %}
ReleaseDateQuick download
ReleaseDateQuick downloadSizeVerification
{{ object }} {{ object.date|date:"Y-m-d" }}{{ object.simpledownload.filename }}{{ file.filename }}{{ file.size | filesizeformat }} + {% if file.signed %} + [PGP] + {% endif %} + [SHA1] + [SHA256] +