mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 14:59:02 +00:00
File size format for export
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
{% if export_file_stats %}
|
{% if export_file_stats %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="/get_export">out.csv.xz</a></td>
|
<td><a href="/get_export">out.csv.xz</a></td>
|
||||||
<td>{{ export_file_stats.st_size }}</td>
|
<td>{{ export_file_stats.st_size |filesizeformat }}</td>
|
||||||
<td>{{ export_file_stats.st_mtime|datetime_format }}</td>
|
<td>{{ export_file_stats.st_mtime|datetime_format }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user