Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
1b81d063
Commit
1b81d063
authored
Jun 05, 2013
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-insert "if in course" check for displaying paragraph about forums.
Accidentally got removed in pull request 13.
parent
e092aadb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lms/templates/help_modal.html
+3
-0
No files found.
lms/templates/help_modal.html
View file @
1b81d063
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment