Use correct template path

This commit is contained in:
PCoder 2022-07-11 13:36:14 +02:00
parent 59356a783f
commit 78c3548e23
1 changed files with 1 additions and 1 deletions

View File

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