From 6ed816380adf52d218dbaae83280698d673f5043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 16 Dec 2018 11:50:47 -0500 Subject: [PATCH] Consistantly use 'false' rather than 'not true' --- agaric/templates/layout/node--full.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index 6f5f2eb..5312c39 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -111,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 walls_up == false and bust_out != true %} + {% if walls_up == false and bust_out == false %} {# We need to be in the flow but the lugeslide walls aren't up yet #}