diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 1bdf9f967..c230b069b 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 %}