seitime-frappe/frappe/www/update_password.py
2019-03-19 20:34:19 +05:30

11 lines
294 B
Python

# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
from frappe import _
no_cache = 1
def get_context(context):
context.no_breadcrumbs = True
context.parents = [{"name":"me", "title":_("My Account")}]