このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
frappe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
fix to contact page
version-14
Rushabh Mehta
11年前
親
05dced9dbd
コミット
f6c942eb55
2個のファイルの変更
、
2行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-3
frappe/templates/pages/contact.py
+1
-1
frappe/website/js/website.js
+ 1
- 3
frappe/templates/pages/contact.py
ファイルの表示
@@ -45,6 +45,4 @@ def send_message(subject="Website Query", message="", sender=""):
from frappe.utils.email_lib import sendmail
sendmail(forward_to_email, sender, message, subject)
frappe.response.status = "okay"
return True
return "okay"
+ 1
- 1
frappe/website/js/website.js
ファイルの表示
@@ -158,7 +158,7 @@ $.extend(frappe, {
send_message: function(opts, btn) {
return frappe.call({
type: "POST",
method: "frappe.
website.doctype.contact_us_settings.
templates.pages.contact.send_message",
method: "frappe.templates.pages.contact.send_message",
btn: btn,
args: opts,
callback: opts.callback
書き込み
プレビュー
読み込み中…
キャンセル
保存