fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Quick fix :(
[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
9c23436
..
c902da9
100644
(file)
--- a/
project/templates/manager/pull_request.html
+++ b/
project/templates/manager/pull_request.html
@@
-35,7
+35,7
@@
$.ajax({
- url:
"http://localhost:8000/api/pull-requests/" +
id,
+ url:
'{% url pullrequest_list %}/'+
id,
data: {action: 'accept'},
dataType: 'json',
type: 'PUT',