diff --git a/community/www/courses/index.py b/community/www/courses/index.py index a4d6feea..49b1864a 100644 --- a/community/www/courses/index.py +++ b/community/www/courses/index.py @@ -7,6 +7,6 @@ def get_context(context): def get_courses(): courses = frappe.get_all( "LMS Course", - fields=['name', 'slug', 'title', 'description'] + fields=['name', 'title', 'description'] ) return courses