Use custom table template
This commit is contained in:
parent
0691476d99
commit
f1aa2ad418
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class ArticleIndexPage(Page):
|
||||||
|
|
||||||
table_en = StreamField(
|
table_en = StreamField(
|
||||||
[
|
[
|
||||||
('table_en', TableBlock())
|
('table_en', TableBlock(template='templates/home/program_table.html'))
|
||||||
],
|
],
|
||||||
null=True,
|
null=True,
|
||||||
blank=True,
|
blank=True,
|
||||||
|
|
Loading…
Reference in a new issue