diff --git a/frappe/www/contact.py b/frappe/www/contact.py index a81fb51652..d976350075 100644 --- a/frappe/www/contact.py +++ b/frappe/www/contact.py @@ -7,6 +7,8 @@ import frappe from frappe.utils import now from frappe import _ +sitemap = 1 + def get_context(context): doc = frappe.get_doc("Contact Us Settings", "Contact Us Settings")