diff options
Diffstat (limited to 'app/views/request/new.rhtml')
-rw-r--r-- | app/views/request/new.rhtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index d8b18df81..1ba68c99a 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -39,6 +39,13 @@ </li> </ul> + <% if @info_request.public_body.notes != "" %> + <h1>Please note for this authorite</h1> + <ul> + <li><%=@info_request.public_body.notes %></li> + </ul> + <% end %> + <% if @info_request.public_body.eir_only? %> <h1>Please ask for environmental information only</h1> |