Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

10 righe
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()