feat: course enrollment and my courses page

This commit is contained in:
pateljannat
2021-03-03 17:44:46 +05:30
parent b4eb9580af
commit acea59767d
17 changed files with 259 additions and 79 deletions

View File

@@ -4,19 +4,18 @@ from . import __version__ as app_version
app_name = "community"
app_title = "Community"
app_publisher = "Frappe"
app_publisher = "FOSS United"
app_description = "Community App"
app_icon = "octicon octicon-file-directory"
app_color = "grey"
app_email = "jannat@erpnext.com"
app_license = "MIT"
app_license = "AGPL"
# Includes in <head>
# ------------------
# include js, css files in header of desk.html
# app_include_css = "/assets/community/css/community.css"
# app_include_js = "/assets/community/js/community.js"
app_include_css = "/assets/community/css/community.css"
app_include_js = "/assets/community/js/community.js"
# include js, css files in header of web template
# web_include_css = "/assets/community/css/community.css"