summaryrefslogtreecommitdiff
path: root/templates/download.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/download.html')
-rw-r--r--templates/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html
index cc7e150..c38b521 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -14,7 +14,7 @@ mat2 <b>could not</b> remove all the metadata from your file, those are the rema
14 </ul> 14 </ul>
15{%endif %} 15{%endif %}
16</p> 16</p>
17<a class="button button-primary" href='{{ url_for('download_file', filename=filename) }}'>⇩ Download cleaned file</a> 17<a class="button button-primary" href='{{ url_for('download_file', key=key, filename=filename) }}'>⇩ Download cleaned file</a>
18 18
19<hr/> 19<hr/>
20 20