diff options
-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> |