summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJan Friedli2020-04-13 20:56:54 +0200
committerJan Friedli2020-04-13 20:56:54 +0200
commit5723f889e1a8d5cf0dbdbdd317b356073ed50a0b (patch)
treea49fd81031eda55a795e5d3fb124f738d5a98c9f /templates
parent43f97e4f82e6b087289ce79f5380f5b716703e8f (diff)
parent7104b2107db592756f4090ba772869eb86d6a44f (diff)
Merge branch 'master' into redesign
Diffstat (limited to 'templates')
-rw-r--r--templates/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html
index c6a4f07..e39b16b 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -14,7 +14,7 @@ mat2 <b>could not</b> remove all the metadata from <pre>{{ filename }}</pre>, th
14 </ul> 14 </ul>
15{%endif %} 15{%endif %}
16</p> 16</p>
17<a class="button button-primary" download href='{{ url_for('download_file', key=key, 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