diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-15 16:37:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-15 16:37:57 +0000 |
commit | 69bcc1d99421a333a0ac8e764b1d259ffe24e5a3 (patch) | |
tree | d32120673433e509dc3b1d0d416171694f9e6294 /templates/web/zurich/admin/index-dm.html | |
parent | ee6c5edc9252effe4b056cdea77db8efe08af314 (diff) |
Store Zurich external body in external_body rather than changing bodies_str.
Diffstat (limited to 'templates/web/zurich/admin/index-dm.html')
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html index 1286861bc..a88100ee4 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -10,7 +10,7 @@ [% INCLUDE list, problems = approval.all %] <h2>[% loc('All reports') %]</h2> -[% INCLUDE list, problems = other.all %] +[% INCLUDE list, problems = other.all, include_subdiv = 1 %] [% INCLUDE 'admin/footer.html' %] @@ -23,7 +23,9 @@ <th>[% loc('Submitted') %]</th> <th>[% loc('Updated') %]</th> <th>[% loc('Status') %]</th> - <th>[% loc('Subdivision') %]</th> + [% IF include_subdiv %] + <th>[% loc('Subdivision/Body') %]</th> + [% END %] <th>*</th> </tr> <tr class="filter-row"> |