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
c765906f
Commit
c765906f
authored
May 09, 2013
by
Greg Price
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1986 from edx/feature/gprice/fix-help-modal-text
Update "thank you" text in help modal
parents
f9023fd1
89d0dc19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
lms/templates/help_modal.html
+11
-2
No files found.
lms/templates/help_modal.html
View file @
c765906f
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%!
from
datetime
import
datetime
%
>
<
%!
import
pytz
%
>
<
%!
from
django
.
conf
import
settings
%
>
<
%!
from
django
.
conf
import
settings
%
>
<
%!
from
courseware
.
tabs
import
get_discussion_link
%
>
<
%!
from
courseware
.
tabs
import
get_discussion_link
%
>
...
@@ -79,9 +81,16 @@ discussion_link = get_discussion_link(course) if course else None
...
@@ -79,9 +81,16 @@ discussion_link = get_discussion_link(course) if course else None
<hr>
<hr>
</header>
</header>
<
%
dst =
datetime.now(pytz.utc).astimezone(pytz.timezone("America/New_York")).dst()
business_hours =
"13:00 UTC to 21:00 UTC"
if
dst
else
"
14:00
UTC
to
22:00
UTC
"
%
>
<p>
<p>
Thanks for your feedback. We will read your message, and our
Thank you for your inquiry or feedback. We typically respond to a
support team may contact you to respond or ask for further clarification.
request within one business day (Monday to Friday,
${business_hours}.) In the meantime, please review our
<a
href=
"/help"
target=
"_blank"
>
detailed FAQs
</a>
where most questions have already been answered.
</p>
</p>
<div
class=
"close-modal"
>
<div
class=
"close-modal"
>
...
...
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