Skip to content

Commit

Permalink
fix for contact names
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Jun 24, 2024
1 parent 42660f7 commit 0fd09ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/teacher_mailer/references_requested.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dear <%= application_form_full_name(@application_form) %>,
We’ve contacted the following references you provided to verify the work history information you gave as part of your QTS application.

<% @reference_requests.each do |reference_request| %>
<%= reference_request.contact_name %>
<%= reference_request.work_history.contact_name %>
<% end %>

They need to respond by <%= @reference_requests.first.expires_at.to_date.to_fs %>. If your references do not respond, and, as a result, we cannot verify your work history, we may not be able to award you QTS.
Expand Down

0 comments on commit 0fd09ea

Please sign in to comment.