Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
e705ff09
Unverified
Commit
e705ff09
authored
Dec 18, 2017
by
Michael Terry
Committed by
GitHub
Dec 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16924 from edx/mikix/LEARNER-3588
Show related programs on entitlements
parents
d48a1d5f
7e01d66b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
themes/edx.org/lms/templates/dashboard.html
+1
-1
No files found.
themes/edx.org/lms/templates/dashboard.html
View file @
e705ff09
...
...
@@ -172,7 +172,7 @@ from student.models import CourseEnrollment
is_course_blocked =
(session_id
in
block_courses
)
course_verification_status =
verification_status_by_course.get(session_id,
{})
course_requirements =
courses_requirements_not_met.get(session_id)
related_programs =
inverted_programs.get(unicode(session_id))
related_programs =
inverted_programs.get(unicode(
entitlement.course_uuid
if
entitlement
else
session_id
))
show_consent_link =
(session_id
in
consent_required_courses
)
course_overview =
enrollment.course_overview
%
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment