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 f1aa2ad418 - Show all commits

View file

@ -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,