diff --git a/app/views/public/contact/new.html.haml b/app/views/public/contact/new.html.haml
index a8c7503..418d32f 100644
--- a/app/views/public/contact/new.html.haml
+++ b/app/views/public/contact/new.html.haml
@@ -14,7 +14,7 @@
%p{:style => "margin-top:0.5em;margin-bottom:0px;"}
%label Message
=text_area_tag :message, "", :placeholder => "Message", :style => "height:10em;width:90%;"
- %p Les champs marqués d'un * sont requis.
+ =#%p Les champs marqués d'un * sont requis.
=submit_tag "Envoyer"