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 %}