diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-09-27 07:44:52 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-30 18:15:19 +0100 |
commit | 479b758ff13092bac639da31c4be06127e581d4c (patch) | |
tree | 60212df40a25b91b3e9c60f85eb3ba9b496db9f0 | |
parent | 7a794f6478768afdb41b20ec47fc0657aec52f89 (diff) |
add 'leave blank' admin hint for can-be-devolved
-rw-r--r-- | templates/web/default/admin/body-form.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html index de30a5a17..1cde4de39 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -198,6 +198,9 @@ different endpoint (and send method) from the body's. For example, if reports for some categories of problem must be emailed, while others can be sent over Open311." ) %] + <br> + [%# NB 'email' is a literal setting, so not translating it in following string? %] + [% tprintf( loc('Leave this blank if all reports to this body should be sent using the same send method (e.g., "%s").'), body.send_method or 'email' ) %] </p> </div> <p> |