diff --git a/publichealth/home/models/models.py b/publichealth/home/models/models.py index 7ebbad6..341866d 100644 --- a/publichealth/home/models/models.py +++ b/publichealth/home/models/models.py @@ -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,