Merge pull request #15868 from edx/andya/profile-certificates
LEARNER-1860: Course certificates on the learner profile
This commit is contained in:
@@ -245,6 +245,7 @@ def cert_info(user, course_overview, course_mode):
|
||||
"""
|
||||
if not course_overview.may_certify():
|
||||
return {}
|
||||
# Note: this should be rewritten to use the certificates API
|
||||
return _cert_info(
|
||||
user,
|
||||
course_overview,
|
||||
|
||||
Reference in New Issue
Block a user