blob: c23737a3c0cd232537e5353c1a1c07d4292702c9 [file] [log] [blame]
Nabin Hait7ba4d022015-11-05 16:55:10 +05301# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
2# See license.txt
3
4from __future__ import unicode_literals
5import frappe
6from frappe.website.utils import get_full_index
7
8def get_context(context):
Rushabh Mehta8042aa42016-11-21 13:52:22 +05309 context.full_index = get_full_index()