diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 3 |
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> |