From fe68153769d7367935e2a6dc6418015c584cdb85 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 22 2016 23:46:48 +0000 Subject: Fix listing all the request when the status is True This also takes care of not trying to convert request.closed_at to a string if it is not a datetime object. --- diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html index d2ad8a7..a9dc522 100644 --- a/pagure/templates/requests.html +++ b/pagure/templates/requests.html @@ -18,7 +18,9 @@