seitime-frappe/frappe/www/update_password.py
Suraj Shetty c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30

10 lines
253 B
Python

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