X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/b60cf7ea15f0603d26730347c1d598e456c7684a..6e4c911e9bfed3ecd83427f5329ed024be9c62c6:/forum_modules/exporter/templates/running.html diff --git a/forum_modules/exporter/templates/running.html b/forum_modules/exporter/templates/running.html index 5936dcb..718db90 100644 --- a/forum_modules/exporter/templates/running.html +++ b/forum_modules/exporter/templates/running.html @@ -94,6 +94,7 @@ if (data.errors == false) { if (exporting) { $('#wait_message').html('{% trans "Your backup is ready to be downloaded."%}'); + $('#download_link_a').attr('href', '{% url exporter_download %}?file=' + data.state.overall.fname) $('#download_link').slideDown(); } else { $('#wait_message').html('{% trans "All data sucessfully imported."%}') @@ -139,7 +140,7 @@ Started {% endblocktrans %}

- +