Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

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