Remove unwanted code

This commit is contained in:
PCoder 2022-07-12 12:11:17 +05:30
parent 5f2eedeac9
commit 673ad6b924
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,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 with classname="table-program" %}
{% include_block block %}
{% endif %}
{% endfor %}
</div>