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