diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/download.html | 2 | ||||
| -rw-r--r-- | templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/download.html b/templates/download.html index 736c9f5..8100623 100644 --- a/templates/download.html +++ b/templates/download.html | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | {% endif %} | 10 | {% endif %} |
| 11 | <div class="uk-flex uk-flex-center"> | 11 | <div class="uk-flex uk-flex-center"> |
| 12 | <div> | 12 | <div> |
| 13 | <a class="uk-flex-1" href='{{ url_for('routes.download_file', key=key, filename=filename) }}'> | 13 | <a class="uk-flex-1" href='{{ download_uri }}'> |
| 14 | <button class="uk-button uk-button-primary"> | 14 | <button class="uk-button uk-button-primary"> |
| 15 | ⇩ download cleaned file | 15 | ⇩ download cleaned file |
| 16 | </button> | 16 | </button> |
diff --git a/templates/index.html b/templates/index.html index ed583d2..f92ef69 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <div class="shadowed-box u-text-center u-center-block"> | 3 | <div class="shadowed-box u-text-center u-center-block"> |
| 4 | <h2 class="uk-text-center">Remove metadata</h2> | 4 | <h2 class="uk-text-center">Remove metadata</h2> |
| 5 | <p class="uk-text-center"> | 5 | <p class="uk-text-center"> |
| 6 | The file you see is just the tip of the iceberg. Remove the hidden meta | 6 | The file you see is just the tip of the iceberg. Remove the hidden metadata. |
| 7 | </p> | 7 | </p> |
| 8 | <div class="uk-flex uk-flex-center"> | 8 | <div class="uk-flex uk-flex-center"> |
| 9 | <div> | 9 | <div> |
