From 78c3548e23f98d3ecf196a91fe718cecc58910df Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 11 Jul 2022 13:36:14 +0200 Subject: [PATCH] Use correct template path --- publichealth/home/models/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publichealth/home/models/models.py b/publichealth/home/models/models.py index 341866d..8760562 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(template='templates/home/program_table.html')) + ('table_en', TableBlock(template='home/program_table.html')) ], null=True, blank=True,