Added crawl logs page

This commit is contained in:
Simon
2018-06-18 11:41:26 -04:00
parent 99d64b658b
commit 400abc9a3c
9 changed files with 105 additions and 8 deletions

View File

@@ -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|datetime_format }}</td>
<td>{{ export_file_stats.st_mtime|date_format }}</td>
</tr>
{% endif %}
</tbody>