diff --git a/changelog.d/20240219_134558_misilot_issue_67.md b/changelog.d/20240219_134558_misilot_issue_67.md new file mode 100644 index 000000000..1e38f0f44 --- /dev/null +++ b/changelog.d/20240219_134558_misilot_issue_67.md @@ -0,0 +1,13 @@ + + + + + +- 💥[Improvement] Allow the no_course_image.png image to pull from the current theme, not specifically named indigo (by @misilot) diff --git a/tutorindigo/templates/indigo/lms/templates/course.html b/tutorindigo/templates/indigo/lms/templates/course.html index bb2aae8e1..4bc826b74 100644 --- a/tutorindigo/templates/indigo/lms/templates/course.html +++ b/tutorindigo/templates/indigo/lms/templates/course.html @@ -8,7 +8,7 @@
- ${course.display_name_with_default} ${course.display_number_with_default} + ${course.display_name_with_default} ${course.display_number_with_default}