You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
256 B

  1. # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
  2. # See license.txt
  3. from __future__ import unicode_literals
  4. import frappe
  5. from frappe.website.utils import get_full_index
  6. def get_context(context):
  7. context.full_index = get_full_index()