diff options
-rw-r--r-- | templates/web/fixmystreet/report/_item.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 %] <small>[% loc('(fixed)') %]</small> + [% ELSIF NOT no_fixed AND problem.is_closed %] + <small>[% loc('(closed)') %]</small> [% END %] </div> [% IF problem.photo %] |