diff --git a/app/views/public/products/index.html.haml b/app/views/public/products/index.html.haml
index 76b526a..caafaee 100644
--- a/app/views/public/products/index.html.haml
+++ b/app/views/public/products/index.html.haml
@@ -1,8 +1,13 @@
.center.row
-
+ -if @reseaux.id == 2
+ %center
+
+
.intro=raw @reseaux.description
%h1 Produits exclusifs réservés à ce réseau
.boutique_body.products
=render Product.where(:archived => false, :reseaux_id => @reseaux.id).all
+
+
\ No newline at end of file