scmmishra | 836a4b5 | 2018-10-08 15:26:05 +0530 | [diff] [blame^] | 1 | from __future__ import unicode_literals |
2 | import frappe | ||||
3 | |||||
4 | def get_context(context): | ||||
5 | context.featured = frappe.get_all('Program', filters={'is_featured': 1}, fields=['program_name', 'program_code', 'description', 'hero_image']) |