diff options
| author | jfriedli | 2020-04-23 10:39:35 -0700 |
|---|---|---|
| committer | jfriedli | 2020-04-23 10:39:35 -0700 |
| commit | e1bac8b6a7fd857f38b7bcb678398c82baaa8fd5 (patch) | |
| tree | fa87e526289e455f2f17b86973d08eb6850e721f /templates/download.html | |
| parent | d14988fa3fa97f549fb8eaf601cb2c687cdce143 (diff) | |
Refactoring
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 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> |
