From 0512e5a940df2fb70565bef45b003953a604bd75 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sat, 30 Sep 2017 16:25:29 +0200 Subject: [PATCH] Fix #342 --- cps/templates/detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 1bdf9f96..c230b069 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -22,7 +22,7 @@ {% for format in entry.data %} - {{format.format}} + {{format.format}} ({{ format.uncompressed_size|filesizeformat }}) {% endfor %} {% else %} @@ -32,7 +32,7 @@ {% endif %}