Skip to content

Commit

Permalink
🚑️(template) fix duplicated placeholder in course detail template
Browse files Browse the repository at this point in the history
During the last update of the course detail template a typo has been added and
it causes to display twice a the `course_format` placeholder ...
  • Loading branch information
jbpenrath committed Apr 18, 2024
1 parent 3d1f471 commit ee4100d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrealeased]

### Fixed

- Duplicated `course_format` placeholder in `course_detail` template

## [2.25.0]

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ <h2 class="course-detail__title">{% blocktrans context "course_detail__title" %}
<section class="course-detail__row course-detail__format" property="about" typeof="Thing">
<h2 class="course-detail__title" property="name">{% blocktrans context "course_detail__title" %}Format{% endblocktrans %}</h2>
<div property="description">
{% placeholder "course_format" %}
{% placeholder "course_format" or %}
<p>{% trans 'How is the course structured?' %}</p>
{% endplaceholder %}
Expand Down

0 comments on commit ee4100d

Please sign in to comment.