diff --git a/shared/templates/styleguide2/includes/organisms/popouts/district/program_popout_list.html b/shared/templates/styleguide2/includes/organisms/popouts/district/program_popout_list.html
index 287568ea97c83e2173005da2e98e4f89e22bea24..bed5b405d9aa11d0c70edd10b6532db125d01d07 100644
--- a/shared/templates/styleguide2/includes/organisms/popouts/district/program_popout_list.html
+++ b/shared/templates/styleguide2/includes/organisms/popouts/district/program_popout_list.html
@@ -53,7 +53,7 @@
       </div>
 
       {% for point in category.points %}
-        {% include 'patterns/molecules/popouts/popout_point.html' with name=point.name text=point.content with is_outside_block=True %}
+        {% include 'patterns/molecules/popouts/popout_point.html' with name=point.name text=point.content is_outside_block=True %}
       {% endfor %}
     </li>
   {% endfor %}
diff --git a/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html b/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html
index bc3ee26fdf02be8fea61a4a40f58333160cefdf9..e69d1f46cdc59a1ddc300526da879aaa7448fbfc 100644
--- a/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html
+++ b/shared/templates/styleguide2/includes/organisms/popouts/popout_list.html
@@ -24,7 +24,7 @@
       {% endif %}
 
       {% for point in category.point_list %}
-        {% include 'styleguide2/includes/molecules/popouts/popout_point.html' with name=point.title content=point.content guarantor_page=point.guarantor with is_outside_block=True %}
+        {% include 'styleguide2/includes/molecules/popouts/popout_point.html' with name=point.title content=point.content guarantor_page=point.guarantor is_outside_block=True %}
       {% endfor %}
     </li>
   {% endfor %}