Commit 4400aca2 authored by Raz0r's avatar Raz0r

prettify file size format

Apply Jinja2 filter "filesizeformat" to filesize values
parent f820bd9e
......@@ -90,7 +90,7 @@
{% endif %}
</td>
<td>
{{ size }}
{{ size|filesizeformat }}
</td>
{% endif %}
{% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment