From 67555f80b232d90f751fd7f685bcf5e9a8ae8771 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 05 2015 14:54:33 +0000 Subject: Fix the call to noJS() as otherwise it crashes --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 4baee8e..75abd78 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -22,7 +22,7 @@ {% if pull_request %} -

Pull Request: {{ pull_request.title | noJS("img") | safe +

Pull Request: {{ pull_request.title | noJS(ignore="img") | safe }}{% if authenticated and (g.fas_user.username == pull_request.user.username or repo_admin) and pull_request.status == 'Open' %}