diff options
| author | jfriedli | 2020-04-26 09:50:14 -0700 |
|---|---|---|
| committer | jfriedli | 2020-04-26 09:50:14 -0700 |
| commit | c301e472bd7fd79d675c5df089db0b16fd1e2cfe (patch) | |
| tree | c3332e0f974edc09881b5534c35becc5b9fffa3b /templates/download.html | |
| parent | e1bac8b6a7fd857f38b7bcb678398c82baaa8fd5 (diff) | |
Resolve "Use a HMAC instead of a hash"
Diffstat (limited to 'templates/download.html')
| -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 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> |
