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

Commit

Permalink
Add missing html elt in Pepite email
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Sep 19, 2016
1 parent fbf683a commit 0c00270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/application/application.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function getPepiteEmailBody(application) {
`<p>Vous avez reçu une nouvelle candidature de la part de ${application.contact.firstname} ${application.contact.name}.</p>` +
'<p>Vous retrouverez le dossier complet à l\'adresse :</p>' +
'<a href="https://etudiant-entrepreneur.beta.gouv.fr/application/' + application._id + '" target="_blank">candidature</a>' +
'Pour rappel, la candidature est éditable à ce lien.' +
'<p>Pour rappel, la candidature est éditable à ce lien.</p>' +
'<p>Si tu as la moindre question, n\'hésites pas à nous contacter à contact@etudiant-entrepreneur.beta.gouv.fr</p>')
}

Expand Down

0 comments on commit 0c00270

Please sign in to comment.