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
05437483
Commit
05437483
authored
Sep 08, 2017
by
Marco Morales
Committed by
GitHub
Sep 08, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15978 from edx/marcotuts/openedx-course-index/org-label-styling
Org label styling on openedx course about pages
parents
ccf8d137
6c3924b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
lms/templates/courseware/course_about.html
+2
-1
No files found.
lms/templates/courseware/course_about.html
View file @
05437483
...
...
@@ -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"
>
...
...
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