feat: avatar widget

This commit is contained in:
pateljannat
2021-05-06 12:17:28 +05:30
parent 69b3f366f4
commit 413aeaccb1
5 changed files with 36 additions and 5 deletions

View File

@@ -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):