Commit 0cfd9151 by Matthew Mongeau

Link faq to be able to sign up from corresponding question.

parent 5a81f819
......@@ -53,6 +53,7 @@
if(notice !== undefined) {
$(modal_id).find(".notice").show().html(notice);
}
window.scrollTo(0, 0);
e.preventDefault();
});
......
......@@ -120,7 +120,7 @@
<article class="response">
<h3>How may I apply to study with edX?</h3>
<p>Simply complete the online registration form here[link], or click on the "SIGN UP" tab at the top of this page). Enrolling will create your unique student record in the edX database, allows you to enroll in classes, and to receive a certificate on successful completion.</p>
<p>Simply complete the online registration form <a href="#signup-modal" rel="leanModal">here</a>, or click on the "SIGN UP" tab at the top of this page). Enrolling will create your unique student record in the edX database, allows you to enroll in classes, and to receive a certificate on successful completion.</p>
</article>
<article class="response">
......@@ -140,4 +140,6 @@
</section>
</section>
%if user.is_authenticated():
<%include file="../signup_modal.html" />
%endif
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