Added urls.
[redakcja.git] / project / templates / manager / pull_request.html
index c902da9..20e47fa 100644 (file)
@@ -35,7 +35,7 @@
             
 
             $.ajax({
-                url: '{% url pullrequest_list  %}/'+id,
+                url: '{% url pullrequest_list %}/'+id,
                 data: {action: 'accept'},
                 dataType: 'json',
                 type: 'PUT',