aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-08-07 16:57:02 +0100
committerDave Whiteland <dave@mysociety.org>2013-09-05 17:31:06 +0100
commitd437d9ddfc52d7aabbf239882ce44e7a33cd7b67 (patch)
treed46036756b979fa69fe18b01c6a232b47ea3ef02
parent881df2b66a925479c2149001f7f8017ec9c95cd7 (diff)
add body name hint
-rw-r--r--templates/web/default/admin/body-form.html8
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 d005afd10..9b0f7c4b1 100644
--- a/templates/web/default/admin/body-form.html
+++ b/templates/web/default/admin/body-form.html
@@ -7,6 +7,14 @@
) %]
</div>
<p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)
+ and may be displayed publically."
+ ) %]
+ </p>
+ </div>
<label for="name">[% loc('Name') %]</label>
<input type="text" name="name" id="name" value="[% body.name %]" size="50">
</p>