update POST-back URL to the new one - post Drupal

This commit is contained in:
Chris Dodge
2013-05-29 12:02:41 -04:00
parent 18f28457b8
commit eb4dd76328

View File

@@ -9,7 +9,7 @@
<div class="content">
<div class="log-in-form">
<h2>Log in to your courses</h2>
<form id="login_form" data-remote="true" method="post" action="/login">
<form id="login_form" data-remote="true" method="post" action="/login_ajax">
<div class="row">
<label>Email</label>
<input name="email" type="email" class="email-field" tabindex="1">