From 6dfb35b688c96cb6e860278127be2c2f01bc2350 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 22 Jan 2025 19:38:16 -0600 Subject: [PATCH] fix: add WuttaRequestMixin for ThisPage component --- src/wuttaweb/templates/page.mako | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wuttaweb/templates/page.mako b/src/wuttaweb/templates/page.mako index c23ce90..cd5b1da 100644 --- a/src/wuttaweb/templates/page.mako +++ b/src/wuttaweb/templates/page.mako @@ -26,6 +26,7 @@ const ThisPage = { template: '#this-page-template', + mixins: [WuttaRequestMixin], props: { ## configureFieldsHelp: Boolean, },