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
7b6dcbba
Commit
7b6dcbba
authored
Aug 14, 2013
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #673 from edx/hotfix/adam/help-modal
Hotfix/adam/help modal
parents
5d8e07eb
72fdc414
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lms/envs/dev.py
+2
-0
lms/templates/help_modal.html
+2
-2
No files found.
lms/envs/dev.py
View file @
7b6dcbba
...
...
@@ -31,6 +31,8 @@ MITX_FEATURES['ENABLE_SERVICE_STATUS'] = True
MITX_FEATURES
[
'ENABLE_HINTER_INSTRUCTOR_VIEW'
]
=
True
MITX_FEATURES
[
'ENABLE_INSTRUCTOR_BETA_DASHBOARD'
]
=
False
FEEDBACK_SUBMISSION_EMAIL
=
"dummy@example.com"
WIKI_ENABLED
=
True
LOGGING
=
get_logger_config
(
ENV_ROOT
/
"log"
,
...
...
lms/templates/help_modal.html
View file @
7b6dcbba
...
...
@@ -106,7 +106,7 @@ discussion_link = get_discussion_link(course) if course else None
).format(
open_time=open_time,
close_time=close_time,
link_start='
<a
href=
"
/help"
target=
"_blank"
>
'
,
link_start='
<a
href=
"
{}"
target=
"_blank"
>
'.format(marketing_link('FAQ'))
,
link_end='
</a>
'
)}
</p>
...
...
@@ -193,7 +193,7 @@ discussion_link = get_discussion_link(course) if course else None
%
if
settings
.
FEEDBACK_SUBMISSION_EMAIL
:
htmlStr
+=
" "
+
_
.
template
(
gettext
(
"Please {link_start}send us e-mail{link_end}."
),
{
link_start
:
'<a href="#" id="feedback_email">'
,
link_end
=
'</a>'
},
{
link_start
:
'<a href="#" id="feedback_email">'
,
link_end
:
'</a>'
},
{
interpolate
:
/
\{(
.+
?)\}
/g
})
%
else
:
// If no email is configured, we can't do much other than
...
...
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