X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e069e118b79156ab03fcc32b3e1c7b766b7ae92c..97059a831f2e7ac44ccfacde3950cc2561c539ee:/project/templates/manager/pull_request.html?ds=sidebyside diff --git a/project/templates/manager/pull_request.html b/project/templates/manager/pull_request.html index 20e47fa6..c2964c22 100644 --- a/project/templates/manager/pull_request.html +++ b/project/templates/manager/pull_request.html @@ -11,7 +11,7 @@ var row = $('#request-' +id); $.ajax({ - url: "http://localhost:8000/api/pull-requests/" + id, + url: '{% url pullrequest_list %}/'+id, dataType: 'json', type: 'GET', success: function(data) {