From fa95287077298b0f0e4b1c2ba9cb8a9aa1b8cdf7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 31 2014 10:56:57 +0000 Subject: Update the pull_request template to use the new format_loc filter --- diff --git a/progit/templates/pull_request.html b/progit/templates/pull_request.html index 92de476..b5cbc1a 100644 --- a/progit/templates/pull_request.html +++ b/progit/templates/pull_request.html @@ -98,7 +98,7 @@ {{ diff_commits[loop.index - 1].message }}

{% autoescape false %} - {{ html_diff | format_loc}} + {{ html_diff | format_loc(diff_commits[loop.index - 1]) }} {% endautoescape %} {% endfor %}