blob: 86dac9899a6fef9149ae1d6d81efce452c4a39b8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<% @title = "Missing contact details for '" + h(@info_request.public_body.name) + "'" %>
<h1><%=@title%></h1>
<p>Unfortunately, we do not have a working <%=h @info_request.law_used_full %>
address for <%=h @info_request.public_body.name %>. You may be able to find
one on their website, or by phoning them up and asking. If you manage
to find one, then please <a href="/help/contact">send it to us</a>.
</p>
|