From 8680be38a76891a42d33b28b0000769ec40c91e5 Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Tue, 4 Sep 2012 09:53:54 -0700 Subject: [PATCH] Including courseware context in _ template --- lms/templates/discussion/_underscore_templates.html | 5 +++++ 1 file changed, 5 insertions(+) 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.