feat: basic doctypes for conference and user profile flow for courses
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import frappe
|
||||
|
||||
def get_context(context):
|
||||
context.no_cache = 1
|
||||
context.hackathons = get_hackathons()
|
||||
context.no_cache = 1
|
||||
context.hackathons = get_hackathons()
|
||||
|
||||
def get_hackathons():
|
||||
return frappe.get_all("Community Hackathon")
|
||||
Reference in New Issue
Block a user