diff options
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 7ece063..736c9f5 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('download_file', key=key, filename=filename) }}'> | 13 | <a class="uk-flex-1" href='{{ url_for('routes.download_file', key=key, filename=filename) }}'> |
| 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> |
