diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-10 16:28:17 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-10 16:28:17 +0000 |
commit | 7f8377bd10b6e1a5657b5799ea0abb682f7636c9 (patch) | |
tree | f4d81f16855a1e8a32518772409d9502f81117d3 | |
parent | bd50e452006e486a621b94d6bc86b1327d7f5106 (diff) |
added table class for DM front page
-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 cf7ebf13d..81740d43e 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -24,7 +24,7 @@ [% INCLUDE 'admin/footer.html' %] [% BLOCK list %] -<table cellspacing="0" cellpadding="2" border="1"> +<table cellspacing="0" cellpadding="2" border="1" class="admin"> <tr> <th>[% loc('ID') %]</th> <th>[% loc('Title') %]</th> |