Skip to content
Snippets Groups Projects
Commit 1b81d063 authored by Victor Shnayder's avatar Victor Shnayder
Browse files

Re-insert "if in course" check for displaying paragraph about forums.

Accidentally got removed in pull request 13.
parent e092aadb
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment