Skip to content
Snippets Groups Projects
Commit 46e8d633 authored by Tomi Valentová's avatar Tomi Valentová
Browse files

fix syntax

parent 36df0cfe
Branches
No related tags found
2 merge requests!1085Release,!1084fix syntax
Pipeline #19175 passed
......@@ -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 %}
......
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment