From b63ebb8adbd470ac6aead3bb067dfd339a7de109 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 27 Oct 2015 00:11:15 +0000 Subject: [PATCH] Change 'not' to 'is not defined' --- source/testimonials.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig index 3f3a9fdd..032b91f9 100644 --- a/source/testimonials.html.twig +++ b/source/testimonials.html.twig @@ -115,7 +115,7 @@ testimonials: {{ testimonial.name }} {% endif %} - {% if testimonial.role and not company.name %} + {% if testimonial.role and company.name is not defined %}

{{ testimonial.role }}