diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-28 10:30:58 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-28 10:30:58 +0100 |
commit | 2c66aa1aa7c6c07c2146ebbccbf0b25f2ea97a3e (patch) | |
tree | 94176912d62ac788976e8acd68f5be6076c07c4e /templates/web/default | |
parent | 0c3c4a0be17118ff4d8e01168df5938a947f28f6 (diff) |
display update marked as fixed text on questionnaire for all fixed states
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/questionnaire/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/questionnaire/index.html b/templates/web/default/questionnaire/index.html index d463ff2f9..a7e5ad60c 100644 --- a/templates/web/default/questionnaire/index.html +++ b/templates/web/default/questionnaire/index.html @@ -59,7 +59,7 @@ href="http://www.emptyhomes.com/getinvolved/campaign.html">http://www.emptyhomes [% END %] <p> -[% loc('An update marked this problem as fixed.') IF problem.state == 'fixed' %] +[% loc('An update marked this problem as fixed.') IF problem.is_fixed %] [% loc('Has this problem been fixed?') %] </p> |