Attempt classname for table

This commit is contained in:
PCoder 2022-07-11 16:21:11 +05:30
parent c70b86a54b
commit a6a00a33f3
1 changed files with 1 additions and 1 deletions

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>