From 2b15ae647482183eb294f64b642af4b9d8b8c0ae Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 17 2015 17:01:11 +0000 Subject: Apparently assignee and author filter cannot play along together --- diff --git a/progit/templates/issues.html b/progit/templates/issues.html index e872502..6c84aa4 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -87,7 +87,7 @@ {{ issue.user.user | avatar(16) | safe }} {{issue.user.user}} @@ -100,7 +100,7 @@ {% if issue.assignee %} {{ issue.assignee.user | avatar(16) | safe }} {{ issue.assignee.user }}