X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1385d16f702e841c72cd24c69c77db62ba2e4a1f..6ebde88b50458c1ba0d81d42ab3bc59e131537b1:/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 %}

- +