Consistantly use 'false' rather than 'not true'

This commit is contained in:
benjamin melançon 2018-12-16 11:50:47 -05:00
parent d62239bebf
commit 6ed816380a

View file

@ -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 #}
<section class="section" data-headerbg="light">
<div class="container">