Skip to content

Commit

Permalink
Program enrollment: choose courses (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Dec 21, 2023
1 parent 45e60e7 commit 2fc4350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms/templates/product_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1>{{ page.title }}</h1>
</section>{% endif %}

{% if page.is_program_page %}
<section class="program-courses-container" id="program-courses">
<section class="program-courses-container about-richtext-container" id="program-courses">
{% if page.product.required_courses %}
<h2>{{ page.product.required_title }}</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export class ProgramProductDetailEnroll extends React.Component<
key={`selectable-courserun-${run.id}`}
value={run.courseware_id}
>
{run.courseware_id} - {run.title}
{run.title} - {run.courseware_id}
</option>
))}
</select>
Expand Down

0 comments on commit 2fc4350

Please sign in to comment.