fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e069e11
)
Again!
author
Łukasz Rekucki
<lrekucki@gmail.com>
Thu, 8 Oct 2009 15:36:10 +0000
(17:36 +0200)
committer
Łukasz Rekucki
<lrekucki@gmail.com>
Thu, 8 Oct 2009 15:36:10 +0000
(17:36 +0200)
project/templates/manager/pull_request.html
patch
|
blob
|
history
diff --git
a/project/templates/manager/pull_request.html
b/project/templates/manager/pull_request.html
index
20e47fa
..
c2964c2
100644
(file)
--- 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) {