diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-15 15:45:59 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-15 15:45:59 +0000 |
commit | 84b59e1ef137295087c009797970b8cd775f1369 (patch) | |
tree | 45e9b4b830e26804a6c36503c2a59e59b99b794a /templates/web/zurich/admin/index-dm.html | |
parent | aa7325f47403aa77e12d367b042e047d52928f57 (diff) |
fix column discrepencies in DM/SDM admin report tables
Diffstat (limited to 'templates/web/zurich/admin/index-dm.html')
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html index 18842d6e5..1286861bc 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -27,7 +27,7 @@ <th>*</th> </tr> <tr class="filter-row"> - <td colspan="9"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> + <td colspan="8"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> </tr> [% INCLUDE 'admin/problem_row.html' %] </table> |