Commit 879f7d10 by Chris Dodge

fix Edge login to use the updated POST-back URL /login -> /login_ajax

parent 4c97d16e
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="content"> <div class="content">
<div class="log-in-form"> <div class="log-in-form">
<h2>Log in to your courses</h2> <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"> <div class="row">
<label>Email</label> <label>Email</label>
<input name="email" type="email" class="email-field" tabindex="1"> <input name="email" type="email" class="email-field" tabindex="1">
......
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