feat: students view for classes

This commit is contained in:
Jannat Patel
2022-11-25 17:46:46 +05:30
parent 66ddea2031
commit f566211d82
16 changed files with 182 additions and 141 deletions

View File

@@ -242,6 +242,10 @@ jinja = {
# "lms.plugins.LiveCodeExtension"
# ]
has_website_permission = {
"LMS Certificate Evaluation": "lms.lms.doctype.lms_certificate_evaluation.lms_certificate_evaluation.has_website_permission"
}
profile_mandatory_fields = [
"first_name",
"last_name",