{% if user.is_authenticated %}
- {% include 'partials/promotion_banner.html' %}
+ {% include 'partials/banners/twins_promotion.html' %}
{% else %}
- {% include 'partials/anonymous_banner.html' %}
+ {% include 'partials/banners/anonymous_users.html' %}
{% endif %}
diff --git a/lacommunaute/templates/partials/anonymous_banner.html b/lacommunaute/templates/partials/banners/anonymous_users.html
similarity index 100%
rename from lacommunaute/templates/partials/anonymous_banner.html
rename to lacommunaute/templates/partials/banners/anonymous_users.html
diff --git a/lacommunaute/templates/partials/banners/call_for_contributers.html b/lacommunaute/templates/partials/banners/call_for_contributers.html
new file mode 100644
index 000000000..f48794c14
--- /dev/null
+++ b/lacommunaute/templates/partials/banners/call_for_contributers.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+ C'est le bon moment pour contribuer !
+
+
+ Vous souhaitez mettre en avant une expertise spécifique, et proposer une fiche technique ? Soumettez votre proposition à l'équipe de la communauté. Nous serons ravi de mettre en avant votre contribution !
+
diff --git a/lacommunaute/templates/partials/banner.html b/lacommunaute/templates/partials/banners/emplois_helpdesk.html
similarity index 100%
rename from lacommunaute/templates/partials/banner.html
rename to lacommunaute/templates/partials/banners/emplois_helpdesk.html
diff --git a/lacommunaute/templates/partials/promotion_banner.html b/lacommunaute/templates/partials/banners/twins_promotion.html
similarity index 100%
rename from lacommunaute/templates/partials/promotion_banner.html
rename to lacommunaute/templates/partials/banners/twins_promotion.html