X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2c3ba81e19fd6d84ab208ad90a48fd81e4780c29..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/forum_modules/exporter/templates/running.html diff --git a/forum_modules/exporter/templates/running.html b/forum_modules/exporter/templates/running.html index 4dc90ca..9053fcf 100644 --- a/forum_modules/exporter/templates/running.html +++ b/forum_modules/exporter/templates/running.html @@ -94,7 +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_a').attr('href', '{% url "exporter_download" %}?file=' + data.state.overall.fname) $('#download_link').slideDown(); } else { $('#wait_message').html('{% trans "All data sucessfully imported."%}') @@ -121,7 +121,7 @@ } }, 1000); - $.getJSON('{% url exporter_state %}', callback); + $.getJSON('{% url "exporter_state" %}', callback); } check_state();