From 6c85d498baa2c7553de3b2e532bc16d4038496e5 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 30 Jul 2012 18:10:29 +0100 Subject: marked closed reports as such in the issues list --- templates/web/fixmystreet/report/_item.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/web/fixmystreet/report/_item.html b/templates/web/fixmystreet/report/_item.html index 9499398cf..c6bc0d4d8 100644 --- a/templates/web/fixmystreet/report/_item.html +++ b/templates/web/fixmystreet/report/_item.html @@ -17,6 +17,8 @@ [% END %] [% IF NOT no_fixed AND problem.is_fixed %] [% loc('(fixed)') %] + [% ELSIF NOT no_fixed AND problem.is_closed %] + [% loc('(closed)') %] [% END %] [% IF problem.photo %] -- cgit v1.2.3