update POST-back URL to the new one - post Drupal
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user