10 lines
No EOL
209 B
Python
10 lines
No EOL
209 B
Python
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
|
# MIT License. See license.txt
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
no_cache = 1
|
|
|
|
def get_context(context):
|
|
context.show_sidebar=True |