diff --git a/ogcp/templates/actions/list_images.html b/ogcp/templates/actions/list_images.html index e2f5633..694036f 100644 --- a/ogcp/templates/actions/list_images.html +++ b/ogcp/templates/actions/list_images.html @@ -6,15 +6,11 @@ {% block content %}
Name | @@ -27,14 +23,13 @@ {% for img in images %}|||||
---|---|---|---|---|---|
{{img['name']}} | -{{img['size'] / 1024 ** 2}} | -{{img['datasize'] / 1024 ** 2}} | +{{(img['size'] / 1024 ** 2) |round(2, 'floor')}} | +{{(img['datasize'] / 1024 ** 2) |round(2, 'floor')}} | {{img['modified']}} |