fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Again!
[redakcja.git]
/
project
/
templates
/
manager
/
pull_request.html
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) {