aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authortony <tony>2009-04-13 09:18:48 +0000
committertony <tony>2009-04-13 09:18:48 +0000
commit097fbba74122d6fab0865cf3b355e38c23cc275c (patch)
treed28eea0ccd90730c86892313e80a3b5cc672e605 /app/views
parenta8e9a149c3ef4606ca62da28e638104540d581c7 (diff)
Add charity registration number to database & edit form for public body
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin_public_body/_form.rhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml
index 42aaf92db..f77ffed95 100644
--- a/app/views/admin_public_body/_form.rhtml
+++ b/app/views/admin_public_body/_form.rhtml
@@ -36,6 +36,9 @@
<p><label for="public_body_publication_scheme">Publication scheme URL</label><br/>
<%= text_field 'public_body', 'publication_scheme', :size => 60 %></p>
+<p><label for="public_body_charity_number">Charity Registration Number <small>(if a registered charity)</small></label><br/>
+<%= text_field 'public_body', 'charity_number', :size => 60 %></p>
+
<p><label for="public_body_notes">Public notes</label> <small>(for users to consider when making FOI requests to the authority)</small><br/>
<%= text_area 'public_body', 'notes', :rows => 3, :cols => 60 %></p>