diff --git a/pagure/ui/fork.py b/pagure/ui/fork.py index 24f6602..4eaa812 100644 --- a/pagure/ui/fork.py +++ b/pagure/ui/fork.py @@ -864,7 +864,6 @@ def fork_project(repo, username=None): @APP.route( '/fork///diff/..', methods=('GET', 'POST')) -@cla_required def new_request_pull(repo, branch_to, branch_from, username=None): """ Request pulling the changes from the fork into the project. """