diff options
| author | jvoisin | 2019-03-09 10:13:30 +0100 |
|---|---|---|
| committer | jvoisin | 2019-03-09 10:13:30 +0100 |
| commit | dac2fa7fbbaab2813248c5755e2681b0ba5be297 (patch) | |
| tree | 0b3345c3f367b63740d9625215d9c269a4059d61 /templates | |
| parent | 457d171cd48bf4809d3809fc9511836795972bf5 (diff) | |
The cleanded files are now downloaded instead of rendeder by the browser
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html index e39b16b..c6a4f07 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" href='{{ url_for('download_file', key=key, filename=filename) }}'>⇩ Download cleaned file</a> | 17 | <a class="button button-primary" download href='{{ url_for('download_file', key=key, filename=filename) }}'>⇩ Download cleaned file</a> |
| 18 | 18 | ||
| 19 | <hr/> | 19 | <hr/> |
| 20 | 20 | ||
