From 69a0d5ba5c8f90d0c0006f7c14aae89875f66441 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Thu, 8 Oct 2009 17:36:10 +0200 Subject: [PATCH] Again! --- project/templates/manager/pull_request.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1