From f848615ff1b9726e6842dffe0586483751fcccae Mon Sep 17 00:00:00 2001 From: Darks Date: Thu, 8 Jul 2021 17:00:19 +0200 Subject: [PATCH] =?UTF-8?q?Petite=20am=C3=A9lioration=20sur=20la=20page=20?= =?UTF-8?q?de=20mod=C3=A9ration=20des=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/admin/attachments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/admin/attachments.html b/app/templates/admin/attachments.html index f5f468e..7e3662d 100644 --- a/app/templates/admin/attachments.html +++ b/app/templates/admin/attachments.html @@ -18,7 +18,7 @@ {{ a.id }} {{ a.name }} {{ a.comment.author.name }} - {{ a.size }} + {{ a.size | humanize(unit='o') }} {% endfor %}