Skip to content
Snippets Groups Projects
Commit 68aa6c8e authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix(contact): delete labels in email

parent 0199113b
No related branches found
No related tags found
1 merge request!115feat(structure): change addresse api in order to cover the all department....
......@@ -2,11 +2,9 @@ Bonjour,<br />
<br />
Une demande de contact a été envoyée par :<br />
<br />
Prénom et Nom : <%= name %><br />
Adresse mail : <%= email %><br />
<%if (phone) { %>Téléphone : <%= phone %><br /><% } %>
<%= name %><br />
<%= email %><br />
<%if (phone) { %><%= phone %><br /><% } %>
<br />
<strong>Objet du message : <%= subject %></strong><br />
Message :<br />
<%# Unescaped raw output with tag %- (for html new line tags), cf. https://github.com/mde/ejs %>
<%- message %><br />
<strong><%= subject %></strong><br />
<%# Unescaped raw output with tag %- (for html new line tags), cf. https://github.com/mde/ejs %> <%- message %><br />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment