From 8cfaa39a0464f7ee35af76473d3e73ae587a6cb8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 19 Jan 2013 10:55:58 -0600 Subject: Add more metadata to releng Release model Add a file_size field which we will use in the RSS feed, and also add a field for future storage of the torrent data itself. Signed-off-by: Dan McGee --- templates/public/download.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 8ddbc23..2949084 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -58,7 +58,9 @@ A web-seed capable client is recommended for fastest download speeds.

Download torrent for {{ release.version }} - (Magnet)

+ (Magnet) + {% if release.file_size %}({{ release.file_size|filesizeformat }}){% endif %} +

Netboot

-- cgit v1.2.3-24-g4f1b