2015-11-05 11:25:10 +00:00
|
|
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
|
|
|
# See license.txt
|
|
|
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
import frappe
|
|
|
|
from frappe.website.utils import get_full_index
|
|
|
|
|
|
|
|
def get_context(context):
|
2016-11-21 08:22:22 +00:00
|
|
|
context.full_index = get_full_index()
|