Consistantly use 'false' rather than 'not true'
This commit is contained in:
parent
d62239bebf
commit
6ed816380a
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue