Re-insert "if in course" check for displaying paragraph about forums.
Accidentally got removed in pull request 13.
This commit is contained in:
@@ -21,9 +21,12 @@
|
||||
discussion_link = get_discussion_link(course) if course else None
|
||||
%>
|
||||
|
||||
% if discussion_link:
|
||||
<p>For <strong>questions on course lectures, homework, tools, or materials for this course</strong>, post in the
|
||||
<a href="${discussion_link}" target="_blank"/>course discussion forum</a>.
|
||||
</p>
|
||||
% endif
|
||||
|
||||
<p>Have <strong>general questions about edX</strong>? You can find lots of helpful information in the edX
|
||||
<a href="/help" target="_blank">FAQ</a>.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user