X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/06029c3c9c71944220bd93bb600b5a127282fce4..e069e118b79156ab03fcc32b3e1c7b766b7ae92c:/project/templates/manager/pull_request.html diff --git a/project/templates/manager/pull_request.html b/project/templates/manager/pull_request.html index c902da98..20e47fa6 100644 --- a/project/templates/manager/pull_request.html +++ b/project/templates/manager/pull_request.html @@ -35,7 +35,7 @@ $.ajax({ - url: '{% url pullrequest_list %}/'+id, + url: '{% url pullrequest_list %}/'+id, data: {action: 'accept'}, dataType: 'json', type: 'PUT',