Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Add PEPITE contact info to application email sent to applicant
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Jan 25, 2017
1 parent 997103b commit d5c9d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/api/application/application.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ function getSendEmailBody(application) {
'<p>Ta candidature passera en comité d\'engagement, la date de ce comité te sera donnée par ton PEPITE.</p>' +
tutorInformed +
'<a href="https://etudiant-entrepreneur.beta.gouv.fr/application/' + application._id + '" target="_blank">ta candidature</a>' +
'<p>Si tu as la moindre question, n\'hésites pas à nous contacter à contact@etudiant-entrepreneur.beta.gouv.fr</p>' +
`<p>Ton PEPITE va prendre contact avec toi dans les prochains jours, si tu as des questions sur la suite du processus tu peux le contacter à ${getPepite(application.pepite.pepite).email}</p>` +
'<p>Si tu as des questions sur la plateforme n\'hésites pas à nous contacter à contact@etudiant-entrepreneur.beta.gouv.fr</p>' +
'<p>Bonne aventure entreprenariale !</p>')
}

Expand Down

0 comments on commit d5c9d14

Please sign in to comment.