diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-09-30 18:29:49 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-30 18:29:49 +0100 |
commit | a15aea4cad4122db9d5ebf375421830fd39065b4 (patch) | |
tree | 02a93cd88ece7e073cb7359587acd1ff9b313268 | |
parent | 63a3ff36e19360662e8a3928c6c87eb3268daf74 (diff) |
add box around add body form
-rw-r--r-- | templates/web/default/admin/bodies.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html index c0824521e..922110b2b 100644 --- a/templates/web/default/admin/bodies.html +++ b/templates/web/default/admin/bodies.html @@ -66,8 +66,10 @@ [% INCLUDE 'admin/body-form.html', body='' %] [% END %] [% ELSE %] - <h2>[% loc('Add body') %]</h2> - [% INCLUDE 'admin/body-form.html', body='' %] + <div class="admin-box"> + <h2>[% loc('Add body') %]</h2> + [% INCLUDE 'admin/body-form.html', body='' %] + </div> [% END %] [% INCLUDE 'admin/footer.html' %] |