Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- # 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):
- context.full_index = get_full_index()
|