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 %}