Commit 3f717e3c by Bach Dániel

Merge branch 'fix-disk-list' into 'master'

Fix disk list

See merge request !238
parents 3d0afb21 28259b7b
......@@ -2,7 +2,7 @@
{% load sizefieldtags %}
<i class="fa fa-file"></i>
{{ d.name }} (#{{ d.id }})
{{ d.name }} (#{{ d.id }}) - {{ d.size|filesize }}
{% if op.remove_disk %}
<span class="operation-wrapper">
......@@ -22,5 +22,8 @@
</a>
</span>
{% endif %}
<div style="clear: both;"></div>
{% if request.user.is_superuser %}
<small>{% trans "File name" %}: {{ d.filename }}</small>
{% endif %}
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 sign in to comment