aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-09-30 18:29:49 +0100
committerDave Whiteland <dave@mysociety.org>2013-09-30 18:29:49 +0100
commita15aea4cad4122db9d5ebf375421830fd39065b4 (patch)
tree02a93cd88ece7e073cb7359587acd1ff9b313268
parent63a3ff36e19360662e8a3928c6c87eb3268daf74 (diff)
add box around add body form
-rw-r--r--templates/web/default/admin/bodies.html6
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' %]