diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-23 10:03:42 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:08 +0100 |
commit | baa8fddc15597a7ea20cf25e411fd3427d2b1395 (patch) | |
tree | ebe132882d9d0e18d7d2cd25cf71280e456ea9a9 /templates | |
parent | 51d12be220048160ead02757b26ab9a78fa2c4d6 (diff) |
add email address hint for non-email bodies
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/admin/body.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html index 526ec10b3..8e3df7588 100644 --- a/templates/web/default/admin/body.html +++ b/templates/web/default/admin/body.html @@ -105,7 +105,13 @@ [% loc("The <strong>email address</strong> is the destination to which reports about this category will be sent. Other categories for this body may have the same email address.") %] </p> + [% IF (body.send_method AND body.send_method != 'Email') OR body.can_be_devolved %] + <p> + [% loc("If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here.") %] + </p> + [% END %] </div> + <p> <strong>[% loc('Email address:') %] </strong><input type="text" name="email" size="30"> </p> |