WIP 10694-table-block #3

Merged
mravi merged 15 commits from 10694-table-block into master 2022-07-12 06:45:55 +00:00
Showing only changes of commit a6a00a33f3 - Show all commits

View file

@ -38,7 +38,7 @@
<div class="article-table table-program" role="main">
{% for block in page.trans_table %}
{% if block.block_type == 'table_en' or block.block_type == 'table_fr' or block.block_type == 'table_de' %}
{% include_block block %}
{% include_block block with classname="table-program" %}
{% endif %}
{% endfor %}
</div>