Merge pull request #15868 from edx/andya/profile-certificates

LEARNER-1860: Course certificates on the learner profile
This commit is contained in:
Andy Armstrong
2017-09-01 07:12:03 -04:00
committed by GitHub
47 changed files with 685 additions and 217 deletions

View File

@@ -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,