Fixes related website hierarchy
diff --git a/erpnext/templates/utils.py b/erpnext/templates/utils.py
index d75499f..bcd23ab 100644
--- a/erpnext/templates/utils.py
+++ b/erpnext/templates/utils.py
@@ -6,8 +6,7 @@
 
 @webnotes.whitelist(allow_guest=True)
 def send_message(subject="Website Query", message="", sender="", status="Open"):
-	from webnotes.website.doctype.contact_us_settings.templates.pages.contact \
-		import send_message as website_send_message
+	from webnotes.templates.pages.contact import send_message as website_send_message
 	
 	if not website_send_message(subject, message, sender):
 		return