From 148a6d9f87fbba3224ee6d0aceb4f5b5f5a4d2a5 Mon Sep 17 00:00:00 2001 From: meichthys Date: Tue, 17 Feb 2026 06:26:20 +0000 Subject: [PATCH] update church belief controller --- .../church_foundations/doctype/church_belief/church_belief.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/church/church_foundations/doctype/church_belief/church_belief.py b/church/church_foundations/doctype/church_belief/church_belief.py index b1a0940..8c93e7a 100644 --- a/church/church_foundations/doctype/church_belief/church_belief.py +++ b/church/church_foundations/doctype/church_belief/church_belief.py @@ -2,8 +2,8 @@ # For license information, please see license.txt # import frappe -from frappe.model.document import Document +from frappe.website.website_generator import WebsiteGenerator -class ChurchBelief(Document): +class ChurchBelief(WebsiteGenerator): pass