diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-07 17:00:44 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:06 +0100 |
commit | 715b4bd45dfc36ed6628ef014ec1d6e56abf539a (patch) | |
tree | 8993e81e5e23a58f2b962a4dcf9b897fbfc85d01 | |
parent | d9af9dc03b58efc29b83a115d43f4cc5176dde34 (diff) |
add send method 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 bcab8211e..51b15e0fa 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -69,6 +69,14 @@ </p> <p> + <div class="admin-hint"> + <p> + [% loc( + "The <strong>send method</strong> determines how problem reports will be sent to the body. + If you leave this blank, <strong>send method defaults to email</strong>." + ) %] + </p> + </div> <label for="send_method">Send Method</label> <select name="send_method" id="send_method"> <option value=""> -- Select a method -- </option> |