mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
[website] [fix]
This commit is contained in:
@@ -71,8 +71,8 @@ def update_template_args(page_name, args):
|
|||||||
"disable_signup"]:
|
"disable_signup"]:
|
||||||
args[k] = cint(args.get(k) or 0)
|
args[k] = cint(args.get(k) or 0)
|
||||||
|
|
||||||
args.url = quote(cstr(get_request_site_address(full_address=True)), cstr(""))
|
args.url = quote(str(get_request_site_address(full_address=True)), str(""))
|
||||||
args.encoded_title = quote(cstr(args.title or ""), cstr(""))
|
args.encoded_title = quote(str(args.title or ""), str(""))
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
|
||||||
Reference in New Issue
Block a user