From 5772836be524117085970d338631137aa2ff1f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Wed, 16 Jun 2021 22:57:28 +0200 Subject: [PATCH] Fix admin page with handlebars 4 --- src/static/templates/admin/base.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs index d1c41a4a..eec65524 100644 --- a/src/static/templates/admin/base.hbs +++ b/src/static/templates/admin/base.hbs @@ -117,7 +117,7 @@ - {{> (page_content) }} + {{> (lookup this "page_content") }}