aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/followup_bad.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/followup_bad.rhtml')
-rw-r--r--app/views/request/followup_bad.rhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/request/followup_bad.rhtml b/app/views/request/followup_bad.rhtml
index 306eddd10..7efa3f826 100644
--- a/app/views/request/followup_bad.rhtml
+++ b/app/views/request/followup_bad.rhtml
@@ -25,6 +25,9 @@
one on their website, or by phoning them up and asking. If you manage
to find one, then please <a href="%s">send it to us</a>.') % [help_contact_path] %>
</p>
+<% elsif @reason == 'external' %>
+ <p><%= _("Followups cannot be sent for this request, as it was made externally, and published here by {{public_body_name}} on the requester's behalf.", :public_body_name => h(@info_request.public_body.name)) %>
+ </p>
<% else %>
<% raise _("unknown reason ") + @reason %>
<% end %>