Nabin Hait | 7ba4d02 | 2015-11-05 16:55:10 +0530 | [diff] [blame] | 1 | # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors |
2 | # See license.txt | ||||
3 | |||||
4 | from __future__ import unicode_literals | ||||
5 | import frappe | ||||
6 | from frappe.website.utils import get_full_index | ||||
7 | |||||
8 | def get_context(context): | ||||
9 | context.full_index = get_full_index(extn = True) |