aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request')
-rw-r--r--app/views/request/new.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml
index 9538065ed..f58cbdd94 100644
--- a/app/views/request/new.rhtml
+++ b/app/views/request/new.rhtml
@@ -26,14 +26,15 @@
<% else %>
<%= _('<strong>search</strong> the authority\'s web site ...') %>
<% end %>
+ </p>
<% if !@info_request.public_body.calculated_home_page.nil? %>
- <br>
<p>
&nbsp; &nbsp; &nbsp; &nbsp; <%= text_field_tag 'q', params[:q], { :size => 20 } %>
<%= hidden_field_tag 'as_sitesearch', @info_request.public_body.calculated_home_page %>
<%= submit_tag _("Search") %>
</p>
<% end %>
+ <p>
... <%= _('to check that the info isn\'t already published.') %>
</p>
<% end %>