Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
c765906f
Commit
c765906f
authored
11 years ago
by
Greg Price
Browse files
Options
Downloads
Plain Diff
Merge pull request #1986 from edx/feature/gprice/fix-help-modal-text
Update "thank you" text in help modal
parents
f9023fd1
89d0dc19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/templates/help_modal.html
+11
-2
11 additions, 2 deletions
lms/templates/help_modal.html
with
11 additions
and
2 deletions
lms/templates/help_modal.html
+
11
−
2
View file @
c765906f
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%!
from
datetime
import
datetime
%
>
<
%!
import
pytz
%
>
<
%!
from
django.conf
import
settings
%
>
<
%!
from
courseware.tabs
import
get_discussion_link
%
>
...
...
@@ -79,9 +81,16 @@ discussion_link = get_discussion_link(course) if course else None
<hr>
</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>
Thanks for your feedback. We will read your message, and our
support team may contact you to respond or ask for further clarification.
Thank you for your inquiry or feedback. We typically respond to a
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>
<div
class=
"close-modal"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment