aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-09 18:23:18 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-09 18:23:18 +0000
commita80e1a70922f839937d1000e94e4f8c618efbece (patch)
tree68a2c9d6c978b60b4a2fe8de824c78ddacdc5cd9
parent9111b52a2a1741c4bb100759a2c3edb82a708335 (diff)
Correct Zurich statuses on report edit page.
-rw-r--r--templates/web/zurich/admin/report_edit.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html
index 40d408e83..e89f536b4 100644
--- a/templates/web/zurich/admin/report_edit.html
+++ b/templates/web/zurich/admin/report_edit.html
@@ -51,9 +51,10 @@
['unconfirmed',loc('Submitted')]
['confirmed', loc('Open')],
['in progress', loc('In progress')],
- ['fixed - council', loc('Fixed')],
+ ['planned', loc('Feedback pending')],
+ ['fixed - council', loc('Closed')],
+ ['closed', loc('Closed')],
['hidden', loc('Hidden')],
- ['closed', loc('Third party')],
] %]
<option [% 'selected ' IF state.0 == problem.state %] value="[% state.0 %]">[% state.1 %]</option>
[% END %]