diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-09-27 15:43:38 +1000 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-09-27 15:44:10 +1000 |
commit | da5c9b6d2e832b1747d105c985d521bc4c05d593 (patch) | |
tree | 9c637186ed71a8c91243b2ced38c3285812d9c4c | |
parent | 7a9593a37ee94dc88fb9199d51f4b2e85418ec49 (diff) |
When we are overriding the request emails show it just before you make a request
-rw-r--r-- | app/views/public_body/show.rhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml index 63bd5f7fc..70c5100ee 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -64,6 +64,12 @@ <% else %> <%= _('For an unknown reason, it is not possible to make a request to this authority.')%> <% end %> + + <% if @public_body.override_request_email != "" %> + <p> + <strong>Note:</strong> Because we're testing, requests are being sent to <%= @public_body.override_request_email %> rather than to the actual authority. + </p> + <% end %> </div> </div> |