Commit 05437483 by Marco Morales Committed by GitHub

Merge pull request #15978 from edx/marcotuts/openedx-course-index/org-label-styling

Org label styling on openedx course about pages
parents ccf8d137 6c3924b4
......@@ -112,8 +112,9 @@ from openedx.core.lib.courses import course_image_url
<div class="heading-group">
<h1>
${course.display_name_with_default_escaped}
<button type="button">${course.display_org_with_default | h}</button>
</h1>
<br />
<span>${course.display_org_with_default | h}</span>
</div>
<div class="main-cta">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment