diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/hidden.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/hidden.rhtml b/app/views/request/hidden.rhtml index 4e0e705c3..4190fb47c 100644 --- a/app/views/request/hidden.rhtml +++ b/app/views/request/hidden.rhtml @@ -6,9 +6,9 @@ <%=@details%> </p> -<p><%= raw(_('The request you have tried to view has been removed. There are +<p><%= _('The request you have tried to view has been removed. There are various reasons why we might have done this, sorry we can\'t be more specific here. Please <a - href="%s">contact us</a> if you have any questions.') % [help_contact_path]) %> + href="{{url}}">contact us</a> if you have any questions.', :url => help_contact_path.html_safe) %> </p> <% if @info_request.prominence == 'requester_only' %> <p> |