diff --git a/lms/templates/discussion/_thread.html b/lms/templates/discussion/_thread.html index 692cb41d9b..04b0a39fa6 100644 --- a/lms/templates/discussion/_thread.html +++ b/lms/templates/discussion/_thread.html @@ -42,6 +42,7 @@
${render_title(content, type, **kwargs)}
+ % if content.get('highlighted_body', None):
${content['highlighted_body'] | h}
% else: @@ -89,6 +90,8 @@ % if type == "thread": Permanent Link + % else: + Permanent Link % endif