Skip to content

Commit

Permalink
add box around add body form
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Whiteland committed Sep 30, 2013
1 parent 63a3ff3 commit a15aea4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/web/default/admin/bodies.html
Expand Up @@ -66,8 +66,10 @@ <h2>[% loc('Add body') %]</h2>
[% 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' %]

0 comments on commit a15aea4

Please sign in to comment.