Use custom table template

This commit is contained in:
PCoder 2022-07-11 16:51:25 +05:30
parent 0691476d99
commit f1aa2ad418
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class ArticleIndexPage(Page):
table_en = StreamField(
[
('table_en', TableBlock())
('table_en', TableBlock(template='templates/home/program_table.html'))
],
null=True,
blank=True,