Skip to content
Snippets Groups Projects
Commit b962f4cf authored by Eloi Perdereau's avatar Eloi Perdereau
Browse files

fix champs email : pas obligatoire, du coup rien ne l'est

parent 4445dff2
No related branches found
No related tags found
No related merge requests found
...@@ -917,7 +917,7 @@ ...@@ -917,7 +917,7 @@
</label> </label>
<div class="entry__field"> <div class="entry__field">
<input class="input" type="text" id="EMAIL" name="EMAIL" autocomplete="off" placeholder="EMAIL" data-required="" required /> <input class="input" type="text" id="EMAIL" name="EMAIL" autocomplete="off" placeholder="EMAIL" data-required="" />
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment