Commit 97c788a3 by Victor Shnayder

Merge pull request #78 from edx/victor/fix-help-button

Re-insert "if in course" check for displaying paragraph about forums.
parents ee011597 1b81d063
...@@ -21,9 +21,12 @@ ...@@ -21,9 +21,12 @@
discussion_link = get_discussion_link(course) if course else None 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 <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>. <a href="${discussion_link}" target="_blank"/>course discussion forum</a>.
</p> </p>
% endif
<p>Have <strong>general questions about edX</strong>? You can find lots of helpful information in the edX <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> <a href="/help" target="_blank">FAQ</a>.</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment