From 8db688b64e2772eb5b83dca023abc7db1d1af945 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 6 Jun 2018 11:28:44 -0400 Subject: [PATCH] File size format for export --- templates/downloads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/downloads.html b/templates/downloads.html index 31c6d09..e29b3a7 100644 --- a/templates/downloads.html +++ b/templates/downloads.html @@ -24,7 +24,7 @@ {% if export_file_stats %} out.csv.xz - {{ export_file_stats.st_size }} + {{ export_file_stats.st_size |filesizeformat }} {{ export_file_stats.st_mtime|datetime_format }} {% endif %}