From 7a286515ab687ca53d9fdce2988483878783124c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 11 Dec 2018 13:07:06 -0500 Subject: [PATCH] Remove meaningless setting and use meaningful one; fixes one page at least --- agaric/templates/layout/node--full.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index edd1896..6f5f2eb 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -103,7 +103,6 @@ {% endif %} {% set bust_out = false %} -{% set busted_out = false %} {% set walls_up = false %} {% if content.field_body_paragraph %} @@ -112,7 +111,7 @@ {% if paragraph['#paragraph'].field_style_escape_flow.value is not empty %} {% set bust_out = paragraph['#paragraph'].field_style_escape_flow.value %} {% endif %} - {% if bust_out != true and busted_out != true %} + {% if walls_up == false and bust_out != true %} {# We need to be in the flow but the lugeslide walls aren't up yet #}