diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-07 16:55:35 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:06 +0100 |
commit | 881df2b66a925479c2149001f7f8017ec9c95cd7 (patch) | |
tree | ee322b11fd98f1c7791e2a41dcd9af3d168f6d67 | |
parent | f574cd68ac232364ca0d09b95d9f709cd37ad0a5 (diff) |
add hint for 'add bodies'
-rw-r--r-- | templates/web/default/admin/body-form.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html index 131df1f85..d005afd10 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -1,5 +1,11 @@ <form method="post" action="[% body ? c.uri_for('body', body.id) : c.uri_for('bodies') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> - + <div class="fms-admin-info"> + [% loc( + "Add a <strong>body</strong> for each administrative body, such as a council or department + to which problem reports can be sent. You can add one or more contacts (for different + categories of problem) to each body." + ) %] + </div> <p> <label for="name">[% loc('Name') %]</label> <input type="text" name="name" id="name" value="[% body.name %]" size="50"> |