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
0a27a167
Commit
0a27a167
authored
Nov 17, 2016
by
Cliff Dyer
Committed by
GitHub
Nov 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14018 from edx/cdyer/date-help-modal
Simplify business hours on help modal
parents
422f09d6
ea781266
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
12 deletions
+1
-12
lms/templates/help_modal.html
+1
-12
No files found.
lms/templates/help_modal.html
View file @
0a27a167
...
...
@@ -121,24 +121,13 @@ from xmodule.tabs import CourseTabList
<hr>
</header>
<
%
dst =
datetime.now(pytz.utc).astimezone(pytz.timezone("America/New_York")).dst()
if
dst:
open_time =
"13:00"
close_time =
"21:00"
else:
open_time =
"14:00"
close_time =
"22:00"
%
>
<p>
${Text(_(
'Thank you for your inquiry or feedback. We typically respond to a request '
'within one business day
(Monday to Friday, {open_time} UTC to {close_time} UTC.)
In the meantime, please '
'within one business day
, Monday to Friday.
In the meantime, please '
'review our {link_start}detailed FAQs{link_end} where most questions have '
'already been answered.'
)).format(
open_time=open_time,
close_time=close_time,
link_start=HTML('
<a
href=
"{}"
target=
"_blank"
id=
"success-feedback-faq-link"
>
').format(marketing_link('FAQ')),
link_end=HTML('
</a>
')
)}
...
...
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