From 3beb0ddce547ce188054833dc4d8f3275b920896 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 06 2016 11:21:10 +0000 Subject: Add a forgotten unicode filter --- diff --git a/pagure/templates/commit.html b/pagure/templates/commit.html index faa11e2..9bb7d42 100644 --- a/pagure/templates/commit.html +++ b/pagure/templates/commit.html @@ -78,7 +78,7 @@ {% endif %} {% endif %} - {{ patch.new_file_path }} + {{ patch.new_file_path | unicode }} {% endfor %}