mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 06:49:02 +00:00
Small adjustments for csv export
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="card-header">Downloads</div>
|
||||
<div class="card-body">
|
||||
|
||||
<p>The entire database is exported to CSV every ±30min</p>
|
||||
<p>The entire database is exported to CSV regularly</p>
|
||||
|
||||
<table class="table table-striped">
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<tr>
|
||||
<td><a href="/get_export">out.csv.xz</a></td>
|
||||
<td>{{ export_file_stats.st_size |filesizeformat }}</td>
|
||||
<td>{{ export_file_stats.st_mtime|date_format }}</td>
|
||||
<td>{{ export_file_stats.st_mtime|datetime_format }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user