From f6b771e854ac8a7ab6de82b00bd9e7902ba67b9c Mon Sep 17 00:00:00 2001 From: Thomas Misilo Date: Mon, 19 Feb 2024 13:42:30 -0600 Subject: [PATCH] Allow the no_course_image to come from the current theme Fixes #67 --- changelog.d/20240219_134558_misilot_issue_67.md | 13 +++++++++++++ .../templates/indigo/lms/templates/course.html | 2 +- .../lms/templates/discovery/course_card.underscore | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 changelog.d/20240219_134558_misilot_issue_67.md 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}