diff options
Diffstat (limited to 'app/views/request_mailer/overdue_alert.rhtml')
-rw-r--r-- | app/views/request_mailer/overdue_alert.rhtml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/request_mailer/overdue_alert.rhtml b/app/views/request_mailer/overdue_alert.rhtml index ab2faf212..d14abc419 100644 --- a/app/views/request_mailer/overdue_alert.rhtml +++ b/app/views/request_mailer/overdue_alert.rhtml @@ -1,11 +1,10 @@ <%= @info_request.public_body.name %> are late. They have not replied to your <%=@info_request.law_used_short%> request '<%= @info_request.title %>' -promptly, as required by law. +promptly, as normally required by law <% if @info_request.public_body.is_school? %>during term time<% end %>. Click on the link below to send a message to <%= @info_request.public_body.name -%> reminding them to reply to your request. <% if @info_request.public_body.is_school? %> This is a school, so legally they get lots of extra slack if it is holiday time. <% end %> - +%> reminding them to reply to your request. <%=@url%> -- the WhatDoTheyKnow team |