diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 1a5fe6158d..bf76ef7537 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -13,6 +13,11 @@
${'<%- body %>'}
+ ${'<% if (courseware_location) { %>'} +
+ (this post is about <% courseware_title %>) +
+ ${'<% } %>'}
${'<% if (closed) { %>'} This thread is closed.