fix: show price on all course cards

This commit is contained in:
Jannat Patel
2023-08-16 11:51:05 +05:30
parent 211775dba5
commit c2a6697f72
6 changed files with 15 additions and 11 deletions

View File

@@ -103,8 +103,8 @@ def get_enrolled_courses():
"short_introduction",
"image",
"enable_certification",
"paid_certificate",
"price_certificate",
"paid_course",
"course_price",
"currency",
"published",
],
@@ -148,7 +148,9 @@ def get_authored_courses(member=None, only_published=True):
"title",
"short_introduction",
"image",
"enable_certification",
"paid_course",
"course_price",
"currency",
"status",
"published",
],