X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/4708a946c7ccdb34ab2053eabb2b6aa3869f26d6..4bbb2156110a75e84ef95ee28ba31490d986b870:/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();