diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a89a5ec0..8d665d60bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/richie/apps/courses/templates/courses/cms/course_detail.html b/src/richie/apps/courses/templates/courses/cms/course_detail.html index a29addf131..429e00444e 100644 --- a/src/richie/apps/courses/templates/courses/cms/course_detail.html +++ b/src/richie/apps/courses/templates/courses/cms/course_detail.html @@ -283,7 +283,6 @@

{% blocktrans context "course_detail__title" %}

{% blocktrans context "course_detail__title" %}Format{% endblocktrans %}

- {% placeholder "course_format" %} {% placeholder "course_format" or %}

{% trans 'How is the course structured?' %}

{% endplaceholder %}