From 04ed02965cc447876f4c2908ce07f0904c7ba58a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 04 2014 11:57:31 +0000 Subject: Forward the requestid when viewing a pull request --- diff --git a/progit/fork.py b/progit/fork.py index 95c71c6..08fc09d 100644 --- a/progit/fork.py +++ b/progit/fork.py @@ -124,6 +124,7 @@ def request_pull(repo, requestid, username=None): return flask.render_template( 'pull_request.html', select='requests', + requestid=requestid, repo=repo, username=username, request=request,