step 0: install

This commit is contained in:
Rushabh Mehta
2013-12-11 15:32:14 +05:30
parent e460aa277b
commit 39bb8e2ed4
18 changed files with 32 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ def get_transaction_context(doctype, name):
@webnotes.whitelist(allow_guest=True)
def send_message(subject="Website Query", message="", sender="", status="Open"):
from website.doctype.contact_us_settings.templates.pages.contact \
from webnotes.website.doctype.contact_us_settings.templates.pages.contact \
import send_message as website_send_message
if not website_send_message(subject, message, sender):