diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-23 09:18:09 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:08 +0100 |
commit | 51d12be220048160ead02757b26ab9a78fa2c4d6 (patch) | |
tree | 36b9d9f28f6816511a7b50cb79144126689776a5 /templates | |
parent | 56f2bf79da8f1230d7f81fb4ae6945be9ac27a13 (diff) |
add category email address hint
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/admin/body.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html index 4b32f2199..526ec10b3 100644 --- a/templates/web/default/admin/body.html +++ b/templates/web/default/admin/body.html @@ -100,8 +100,14 @@ </p> [% END %] + <div class="admin-hint"> + <p> + [% 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> + </div> <p> - <strong>[% loc('Email:') %] </strong><input type="text" name="email" size="30"> + <strong>[% loc('Email address:') %] </strong><input type="text" name="email" size="30"> </p> <p> |