diff --git a/cps/templates/detail.html b/cps/templates/detail.html index bca7b1c8..b52a231b 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -20,7 +20,7 @@ {{ _('Download') }} : {% for format in entry.data %} - {{ format.format }} @@ -36,7 +36,7 @@ {% for format in entry.data %} - {{ format.format }} + {{ format.format }} ({{ format.uncompressed_size|filesizeformat }}) {% endfor %} diff --git a/cps/templates/shelfdown.html b/cps/templates/shelfdown.html index 19a42b01..cb183a03 100644 --- a/cps/templates/shelfdown.html +++ b/cps/templates/shelfdown.html @@ -55,7 +55,7 @@ {% if entry.Books.data|length %} {% for format in entry.Books.data %} - + {{format.format}} ({{ format.uncompressed_size|filesizeformat }}) {% endfor %}