update password reset form and change inputs to type submit and chmod executable html files
This commit is contained in:
@@ -3,7 +3,7 @@ ${ error }
|
||||
|
||||
<div id="login_div">
|
||||
<h1>Log in to MITx</h1>
|
||||
<form name="login" action="/login" method="get">
|
||||
<form id="login_form" method="post">
|
||||
<div id="login_error"></div>
|
||||
<ol>
|
||||
<li>
|
||||
@@ -21,7 +21,7 @@ ${ error }
|
||||
</li>
|
||||
|
||||
</ol>
|
||||
<input name="submit" id="login_button" type="button" value="Log in">
|
||||
<input name="submit" id="login_button" type="submit" value="Log in">
|
||||
</form>
|
||||
|
||||
<div class="lost-password">
|
||||
|
||||
Reference in New Issue
Block a user