Commit 75f127d7 by Victor Shnayder

Change help button text, fixing LMS-319

parent 46967a78
...@@ -20,17 +20,18 @@ ...@@ -20,17 +20,18 @@
<% <%
discussion_link = get_discussion_link(course) if course else None discussion_link = get_discussion_link(course) if course else None
%> %>
% if discussion_link: % if discussion_link:
<p> <p>If you have a question, problem, or suggestion specific to this course (regarding the
Have a course-specific question? lectures, homework, tools, or other materials), please post it on the
<a href="${discussion_link}" target="_blank"/> <a href="${discussion_link}" target="_blank"/>course discussion forum</a>.
Post it on the course forums.
</a>
</p> </p>
<hr>
% endif % endif
<p>If you have a general question regarding edX or use of the site, please check the
<a href="/help" target="_blank">FAQ</a>!</p>
<p>Have a general question about edX? <a href="/help" target="_blank">Check the FAQ</a>.</p> <p>If you would like to contact the edX general support team directly, please use one of
the buttons below:</p>
<hr> <hr>
<div class="help-buttons"> <div class="help-buttons">
...@@ -58,9 +59,10 @@ discussion_link = get_discussion_link(course) if course else None ...@@ -58,9 +59,10 @@ discussion_link = get_discussion_link(course) if course else None
<label data-field="email">E-mail*</label> <label data-field="email">E-mail*</label>
<input name="email" type="text"> <input name="email" type="text">
% endif % endif
<label data-field="subject">Subject*</label> <label data-field="subject">Brief description of the problem*</label>
<input name="subject" type="text"> <input name="subject" type="text">
<label data-field="details">Details*</label> <label data-field="details">Details of the problem you are encountering.
Please include any error messages, steps which led to the issue, etc.*</label>
<textarea name="details"></textarea> <textarea name="details"></textarea>
<input name="tag" type="hidden"> <input name="tag" type="hidden">
<div class="submit"> <div class="submit">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment