Skip to content

Commit

Permalink
fix: display org info above the course title
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-romaniuk committed Sep 3, 2024
1 parent 2038ca7 commit 53f2ec2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lms/templates/courseware/course_about.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<div class="table">
<section class="intro">
<div class="heading-group">
<p><small>${course.display_org_with_default}</small></p>
<h1>${course.display_name_with_default}</h1>
<br />
<p>${get_course_about_section(request, course, 'short_description')}</p>
Expand Down Expand Up @@ -158,11 +159,6 @@ <h1>${course.display_name_with_default}</h1>

<%block name="course_about_important_dates">
<ol class="important-dates">
<li class="important-dates-item">
<span class="icon fa fa-building" aria-hidden="true"></span>
<p class="important-dates-item-title">${_("Organization")}</p>
<span class="important-dates-item-text course-org">${course.display_org_with_default}</span>
</li>
<li class="important-dates-item">
<span class="icon fa fa-info-circle" aria-hidden="true"></span>
<p class="important-dates-item-title">${_("Course Number")}</p>
Expand Down

0 comments on commit 53f2ec2

Please sign in to comment.