seitime-frappe/frappe/www/profile.py
2016-06-29 16:11:41 +05:30

14 lines
No EOL
335 B
Python

# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils.user import get_fullname_and_avatar
import frappe.www.list
no_cache = 1
no_sitemap = 1
def get_context(context):
context.show_sidebar=True