Changed https to http in curation email

This commit is contained in:
Michael Schmatz 2014-07-18 19:22:00 -07:00
parent e7a70bbd0b
commit 1d5078ad10

View file

@ -292,7 +292,7 @@ sendInternalCandidateUpdateReminder = (candidate, cb) ->
address: "team@codecombat.com"
name: "The CodeCombat Team"
email_data:
new_candidate_profile: "https://codecombat.com/account/profile/#{candidate._id}"
new_candidate_profile: "http://codecombat.com/account/profile/#{candidate._id}"
log.info "Sending candidate updated reminder for #{candidate.jobProfile.name}"
newSentMail =
mailTask: @mailTaskName