Commit 6c3924b4 by Marco Morales Committed by GitHub

Org label styling on openedx course about pages

Modify organization label on openedx course index pages to not look like a button. 

Current: 


With Changes:
parent e6f807b0
......@@ -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