feat: avatar widget
This commit is contained in:
@@ -14,7 +14,8 @@ from frappe.utils.jinja import get_jenv
|
||||
# When {{widgets.SomeWidget()}} is called, it looks for
|
||||
# widgets/SomeWidgets.html in each of these modules.
|
||||
MODULES = [
|
||||
"lms"
|
||||
"lms",
|
||||
"community"
|
||||
]
|
||||
|
||||
def update_website_context(context):
|
||||
|
||||
Reference in New Issue
Block a user