seitime-frappe/frappe/www/update_password.py
2017-07-27 10:39:26 +05:30

12 lines
309 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_sitemap = 1
no_cache = 1
def get_context(context):
context.no_breadcrumbs = True
context.parents = [{"name":"me", "title":_("My Account")}]