fix: email patch and conference portal
This commit is contained in:
8
community/www/conferences/index.py
Normal file
8
community/www/conferences/index.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import frappe
|
||||
|
||||
def get_context(context):
|
||||
context.no_cache = 1
|
||||
context.conferences = get_conferences()
|
||||
|
||||
def get_conferences():
|
||||
return frappe.get_all("Community Conference", fields=["name", "live_stream_url"])
|
||||
Reference in New Issue
Block a user