[redesign] website routing system

This commit is contained in:
Rushabh Mehta
2016-06-23 18:25:50 +05:30
parent 2effad33d0
commit a334062b03
154 changed files with 768 additions and 802 deletions

View File

@@ -9,7 +9,7 @@ from frappe.utils import cint, formatdate
@frappe.whitelist(allow_guest=True)
def send_message(subject="Website Query", message="", sender="", status="Open"):
from frappe.templates.pages.contact import send_message as website_send_message
from frappe.www.contact import send_message as website_send_message
website_send_message(subject, message, sender)