No empty info section

This commit is contained in:
Oleg Lavrovsky 2019-08-27 14:10:35 +02:00
parent b0a90dfb22
commit 7d5d1e9617

View file

@ -1,5 +1,6 @@
{% load wagtailcore_tags wagtailimages_tags %}
{% if page.trans_infos %}
<section id="three" class="wrapper align-center">
<div class="container">
<div class="row infoblocks">
@ -24,3 +25,4 @@
</div>
</div>
</section>
{% endif %}