From bc925e9eb4d2d73be311f438ff02ee0a20e435b0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 04 2017 13:39:10 +0000 Subject: Fix rendering the roadmap when there are tickets closed without a close date I suspect this is happening when the tickets are imported from another source, the ticket is imported as closed but without a known close date. --- diff --git a/pagure/templates/roadmap.html b/pagure/templates/roadmap.html index 6cdec80..6b7f072 100644 --- a/pagure/templates/roadmap.html +++ b/pagure/templates/roadmap.html @@ -70,7 +70,10 @@ {% if status and status|lower == 'closed' %} - {{ + {{ issue.closed_at | humanize }} {% else %} {{