From 1b81d06337346fc5243b406d0fbeea1690e53962 Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Wed, 5 Jun 2013 15:47:36 -0400 Subject: [PATCH] Re-insert "if in course" check for displaying paragraph about forums. Accidentally got removed in pull request 13. --- lms/templates/help_modal.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index 350f858334..facd74e9ae 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -21,9 +21,12 @@ discussion_link = get_discussion_link(course) if course else None %> +% if discussion_link:

For questions on course lectures, homework, tools, or materials for this course, post in the course discussion forum.

+% endif +

Have general questions about edX? You can find lots of helpful information in the edX FAQ.