feat: added home page

- Refactored the lms_course page and added find_all method to find courses
- Added CourseTeaser widget
- Added /home as a portal page
This commit is contained in:
Anand Chitipothu
2021-04-29 10:48:12 +05:30
parent 20ccc09869
commit e207320721
6 changed files with 89 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ primary_rules = [
# Any frappe default URL is blocked by profile-rules, add it here to unblock it
whitelist = [
"/home",
"/login",
"/update-password",
"/update-profile",