diff --git a/bedrock/mozorg/templates/mozorg/home/home-m24.html b/bedrock/mozorg/templates/mozorg/home/home-m24.html index cd9fb2aa437..c31beb7964c 100644 --- a/bedrock/mozorg/templates/mozorg/home/home-m24.html +++ b/bedrock/mozorg/templates/mozorg/home/home-m24.html @@ -42,7 +42,11 @@ {% include 'mozorg/home/includes/m24/donate.html'%} {% include 'mozorg/home/includes/m24/ai-gallery.html'%} {% include 'mozorg/home/includes/m24/media-springboard.html'%} - {% include 'mozorg/home/includes/m24/showcase.html'%} + {% if ftl_has_messages('m24-home-state-of-mozilla', 'm24-home-mozilla-is-reinventing-itself', 'm24-home-read-the-report') %} + {% include 'mozorg/home/includes/m24/showcase-som.html'%} + {% else %} + {% include 'mozorg/home/includes/m24/showcase.html'%} + {% endif %} {% include 'mozorg/home/includes/m24/issues-gallery.html'%} diff --git a/bedrock/mozorg/templates/mozorg/home/includes/m24/media-springboard.html b/bedrock/mozorg/templates/mozorg/home/includes/m24/media-springboard.html index a75c66516fe..7ad3d3ca3d0 100644 --- a/bedrock/mozorg/templates/mozorg/home/includes/m24/media-springboard.html +++ b/bedrock/mozorg/templates/mozorg/home/includes/m24/media-springboard.html @@ -132,5 +132,3 @@
{{ ftl('m24-home-mozilla-is-reinventing-itself') }}
+