diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-21 17:06:30 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-21 17:06:30 +0000 |
commit | 05a1e0a43c3fbf70dbb85eace1216bac0e7f539e (patch) | |
tree | fa0b0db45cb5549a84e5ef682928048587a31ba8 /templates/web/default/dashboard/index.html | |
parent | 2551905e74d26188c61f92323560910238c5dfe8 (diff) |
More correct front-end display of Zurich status mappings.
Diffstat (limited to 'templates/web/default/dashboard/index.html')
-rw-r--r-- | templates/web/default/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/dashboard/index.html b/templates/web/default/dashboard/index.html index 169d7d3fe..b26bd48cd 100644 --- a/templates/web/default/dashboard/index.html +++ b/templates/web/default/dashboard/index.html @@ -137,7 +137,7 @@ <option value=''>All</option> [% FOREACH state IN [ ['confirmed', loc('Open')], ['investigating', loc('Investigating')], ['planned', loc('Planned')], ['in progress', - loc('In Progress')], ['closed', loc('Closed')], ['fixed', loc('Fixed')] ] %] + loc('In progress')], ['closed', loc('Closed')], ['fixed', loc('Fixed')] ] %] <option [% 'selected ' IF state.0 == q_state %] value="[% state.0 %]">[% state.1 %]</option> [% END %] </select> |