Add downloading of cleaned CSV file

This commit is contained in:
2021-03-12 23:00:48 +02:00
parent 37cee1d3f0
commit 69abc3d764
2 changed files with 26 additions and 7 deletions

View File

@ -6,7 +6,7 @@
<main class="flex-shrink-0">
<div class="container">
<h1 class="mt-3 fs-2">Results</h1>
<p>Processing <code>{{ filename }}</code>.</p>
<p>Processing <code>{{ filename }}</code>. Download <a href="/result/{{ base64name }}/download" title="{{ filename | replace('.csv', '-cleaned.csv') }}">cleaned file</a>.</p>
</div>
</main>