diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-07 16:57:29 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:06 +0100 |
commit | a95643f99feee3eeb70bbb2be5aba87a7cbee254 (patch) | |
tree | 0da99e45cbec21f2748817ca31ebc77c4efea686 | |
parent | d437d9ddfc52d7aabbf239882ce44e7a33cd7b67 (diff) |
add body parent hint
-rw-r--r-- | templates/web/default/admin/body-form.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html index 9b0f7c4b1..acfab8b77 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -20,6 +20,14 @@ </p> <p> + <div class="admin-hint"> + <p> + [% loc( + "Identify a <strong>parent</strong> if this body is itself part of another body. + For basic installations, you don't need to join bodies in this way." + ) %] + </p> + </div> <label for="parent">[% loc('Parent') %]</label> <select name="parent" id="parent"> <option value=""> -- [% loc('Select a body') %] -- </option> |